24#ifndef DD__RAW_KEY_INCLUDED 
   25#define DD__RAW_KEY_INCLUDED 
This file includes constants used by all storage engines.
 
ulong key_part_map
Definition: my_base.h:1008
 
unsigned char uchar
Definition: my_inttypes.h:52
 
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
 
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:39
 
Raw_key(int p_index_no, int p_key_len, key_part_map p_keypart_map)
Definition: raw_key.h:41
 
uchar key[MAX_KEY_LENGTH]
Definition: raw_key.h:35
 
int key_len
Definition: raw_key.h:37
 
int index_no
Definition: raw_key.h:36