pub const MVCC_BODY_MAGIC: &[u8; 8] = b"MVCC0001";Expand description
Magic bytes at the start of every encoded MVCC commit batch.
Reserves space for future format-version bumps without changing
the frame-level discriminator. The trailing 0001 is the v1
payload format version; bump on incompatible body changes.