MySQL 9.0.0
Source Code Documentation
TranxNodeAllocator::Block Struct Reference

A sequence memory which contains BLOCK_TRANX_NODES TranxNodes. More...

Public Attributes

Blocknext
 
TranxNode nodes [BLOCK_TRANX_NODES]
 

Detailed Description

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.

Member Data Documentation

◆ next

Block* TranxNodeAllocator::Block::next

◆ nodes

TranxNode TranxNodeAllocator::Block::nodes[BLOCK_TRANX_NODES]

The documentation for this struct was generated from the following file: