I'm trying to track down a bug handling revisions in book nodes. The book module makes reference to a node->revision (as opposed to node->revisions) field. This boolean field gets set by a checkbox in the adminstrative page for a book node. However, I can't find any indication of that revision field in the database. So I can't figure out how its state is maintained across invocations. Any pointers appreciated.