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

Functions

int heap_rkey (HP_INFO *info, uchar *record, int inx, const uchar *key, key_part_map keypart_map, enum ha_rkey_function find_flag)
 
ucharheap_find (HP_INFO *info, int inx, const uchar *key)
 

Function Documentation

◆ heap_find()

uchar * heap_find ( HP_INFO info,
int  inx,
const uchar key 
)

◆ heap_rkey()

int heap_rkey ( HP_INFO info,
uchar record,
int  inx,
const uchar key,
key_part_map  keypart_map,
enum ha_rkey_function  find_flag 
)