MySQL 8.3.0
Source Code Documentation
_check.cc File Reference
#include <sys/types.h>
#include "my_dbug.h"
#include "my_inttypes.h"
#include "storage/heap/heapdef.h"

Functions

static int check_one_key (HP_KEYDEF *keydef, uint keynr, ulong records, ulong blength, bool print_status)
 
static int check_one_rb_key (HP_INFO *info, uint keynr, ulong records, bool print_status)
 
int heap_check_heap (HP_INFO *info, bool print_status)
 

Function Documentation

◆ check_one_key()

static int check_one_key ( HP_KEYDEF keydef,
uint  keynr,
ulong  records,
ulong  blength,
bool  print_status 
)
static

◆ check_one_rb_key()

static int check_one_rb_key ( HP_INFO info,
uint  keynr,
ulong  records,
bool  print_status 
)
static

◆ heap_check_heap()

int heap_check_heap ( HP_INFO info,
bool  print_status 
)