MySQL 9.1.0
Source Code Documentation
|
#include <queues.h>
Public Attributes | |
uchar ** | root |
void * | first_cmp_arg |
uint | elements |
uint | max_elements |
uint | offset_to_key |
int | max_at_top |
int(* | compare )(void *, uchar *, uchar *) |
uint | auto_extent |
uint QUEUE::auto_extent |
uint QUEUE::elements |
void* QUEUE::first_cmp_arg |
int QUEUE::max_at_top |
uint QUEUE::max_elements |
uint QUEUE::offset_to_key |
uchar** QUEUE::root |