MySQL 8.3.0
Source Code Documentation
hp_clear.cc File Reference
#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)
 

Function Documentation

◆ heap_clear()

void heap_clear ( HP_INFO info)

◆ heap_clear_keys()

void heap_clear_keys ( HP_INFO info)

◆ heap_disable_indexes()

int heap_disable_indexes ( HP_INFO info)

◆ heap_enable_indexes()

int heap_enable_indexes ( HP_INFO info)

◆ heap_indexes_are_disabled()

int heap_indexes_are_disabled ( HP_INFO info)

◆ hp_clear()

void hp_clear ( HP_SHARE info)

◆ hp_clear_keys()

void hp_clear_keys ( HP_SHARE info)