InnoDB Plugin
1.0
|
Data Fields | |
ulint | mem_size |
ulint | size |
void * | mem |
buf_block_t * | blocks |
A chunk of buffers. The buffer pool is allocated in chunks.
buf_block_t* buf_chunk_t::blocks |
array of buffer control blocks
void* buf_chunk_t::mem |
pointer to the memory area which was allocated for the frames
ulint buf_chunk_t::mem_size |
allocated size of the chunk
ulint buf_chunk_t::size |
size of frames[] and blocks[]