MySQL 9.1.0
Source Code Documentation
|
#include <sys/types.h>
#include "my_dbug.h"
#include "my_inttypes.h"
#include "storage/heap/heapdef.h"
Functions | |
void | heap_clear (HP_INFO *info) |
void | hp_clear (HP_SHARE *info) |
void | heap_clear_keys (HP_INFO *info) |
void | hp_clear_keys (HP_SHARE *info) |
int | heap_disable_indexes (HP_INFO *info) |
int | heap_enable_indexes (HP_INFO *info) |
int | heap_indexes_are_disabled (HP_INFO *info) |
void heap_clear | ( | HP_INFO * | info | ) |
void heap_clear_keys | ( | HP_INFO * | info | ) |
int heap_disable_indexes | ( | HP_INFO * | info | ) |
int heap_enable_indexes | ( | HP_INFO * | info | ) |
int heap_indexes_are_disabled | ( | HP_INFO * | info | ) |
void hp_clear | ( | HP_SHARE * | info | ) |
void hp_clear_keys | ( | HP_SHARE * | info | ) |