23#ifndef DD__RAW_KEY_INCLUDED
24#define DD__RAW_KEY_INCLUDED
This file includes constants used by all storage engines.
ulong key_part_map
Definition: my_base.h:1006
unsigned char uchar
Definition: my_inttypes.h:51
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:42
File containing constants that can be used throughout the server.
constexpr const unsigned int MAX_KEY_LENGTH
Definition: sql_const.h:47
key_part_map keypart_map
Definition: raw_key.h:38
Raw_key(int p_index_no, int p_key_len, key_part_map p_keypart_map)
Definition: raw_key.h:40
uchar key[MAX_KEY_LENGTH]
Definition: raw_key.h:34
int key_len
Definition: raw_key.h:36
int index_no
Definition: raw_key.h:35