MySQL 8.0.40
Source Code Documentation
|
The dynamically allocated buffer types and constants. More...
#include <stdint.h>
#include <cstddef>
Go to the source code of this file.
Variables | |
constexpr uint32_t | DYN_BLOCK_MAGIC_N = 375767 |
Value of dyn_block_t::magic_n. More... | |
constexpr uint32_t | DYN_ARRAY_DATA_SIZE = 512 |
This is the initial 'payload' size of a dynamic array; this must be > MLOG_BUF_MARGIN + 30! More... | |
constexpr uint32_t | DYN_BLOCK_FULL_FLAG = 0x1000000UL |
Flag for dyn_block_t::used that indicates a full block. More... | |
The dynamically allocated buffer types and constants.
Created 2013-03-16 Sunny Bains
|
constexpr |
This is the initial 'payload' size of a dynamic array; this must be > MLOG_BUF_MARGIN + 30!
|
constexpr |
Flag for dyn_block_t::used that indicates a full block.
|
constexpr |
Value of dyn_block_t::magic_n.