FT_LAYOUT_VERSION_24=24,// Riddler: change logentries that log transactions to store TXNID_PAIRs instead of TXNIDs
FT_LAYOUT_VERSION_25=25,// SecretSquirrel: Remove fullhashes from rollback_log_nodes
FT_LAYOUT_VERSION_25=25,// SecretSquirrel: ROLLBACK_LOG_NODES (on disk and in memory) now just use blocknum (instead of blocknum + hash) to point to other log nodes. same for xstillopen log entry
FT_NEXT_VERSION,// the version after the current version
FT_LAYOUT_VERSION=FT_NEXT_VERSION-1,// A hack so I don't have to change this line.
FT_LAYOUT_MIN_SUPPORTED_VERSION=FT_LAYOUT_VERSION_13,// Minimum version supported