MySQL 9.1.0
Source Code Documentation
|
#include <stddef.h>
#include <sys/types.h>
#include "my_dbug.h"
#include "my_inttypes.h"
#include "storage/heap/heapdef.h"
Functions | |
int | heap_delete (HP_INFO *info, const uchar *record) |
int | hp_rb_delete_key (HP_INFO *info, HP_KEYDEF *keyinfo, const uchar *record, uchar *recpos, int flag) |
int | hp_delete_key (HP_INFO *info, HP_KEYDEF *keyinfo, const uchar *record, uchar *recpos, int flag) |
int hp_delete_key | ( | HP_INFO * | info, |
HP_KEYDEF * | keyinfo, | ||
const uchar * | record, | ||
uchar * | recpos, | ||
int | flag | ||
) |