MySQL 9.1.0
Source Code Documentation
|
A sequence memory which contains BLOCK_TRANX_NODES TranxNodes. More...
Public Attributes | |
Block * | next |
TranxNode | nodes [BLOCK_TRANX_NODES] |
A sequence memory which contains BLOCK_TRANX_NODES TranxNodes.
BLOCK_TRANX_NODES The number of TranxNodes which are in a Block.
next Every Block has a 'next' pointer which points to the next Block. These linking Blocks constitute a Block link table.
Block* TranxNodeAllocator::Block::next |
TranxNode TranxNodeAllocator::Block::nodes[BLOCK_TRANX_NODES] |