Data Fields | |
| MDB_page | mb_page |
| struct { | |
| char mm_pad [PAGEHDRSZ] | |
| MDB_meta mm_meta | |
| } | mb_metabuf |
Buffer for a stack-allocated meta page. The members define size and alignment, and silence type aliasing warnings. They are not used directly; that could mean incorrectly using several union members in parallel.
1.6.1