MySQL 9.1.0
Source Code Documentation
|
#include <my_tree.h>
Public Attributes | |
TREE_ELEMENT * | root {nullptr} |
TREE_ELEMENT | null_element |
TREE_ELEMENT ** | parents [MAX_TREE_HEIGHT] {nullptr} |
uint | offset_to_key {0} |
uint | elements_in_tree {0} |
uint | size_of_element {0} |
ulong | memory_limit {0} |
ulong | allocated {0} |
qsort2_cmp | compare {nullptr} |
const void * | custom_arg {nullptr} |
MEM_ROOT | mem_root |
bool | with_delete {false} |
tree_element_free | free {nullptr} |
uint | flag {0} |
ulong TREE::allocated {0} |
qsort2_cmp TREE::compare {nullptr} |
const void* TREE::custom_arg {nullptr} |
uint TREE::elements_in_tree {0} |
uint TREE::flag {0} |
tree_element_free TREE::free {nullptr} |
MEM_ROOT TREE::mem_root |
ulong TREE::memory_limit {0} |
TREE_ELEMENT TREE::null_element |
uint TREE::offset_to_key {0} |
TREE_ELEMENT** TREE::parents[MAX_TREE_HEIGHT] {nullptr} |
TREE_ELEMENT* TREE::root {nullptr} |
uint TREE::size_of_element {0} |
bool TREE::with_delete {false} |