Commit 9f6febf9 authored by sergefp@mysql.com's avatar sergefp@mysql.com

Better comments

parent a34c1d5a
...@@ -24,9 +24,14 @@ ...@@ -24,9 +24,14 @@
#endif #endif
typedef struct st_key_part { typedef struct st_key_part {
uint16 key,part, store_length, length; uint16 key,part;
/* See KEY_PART_INFO for meaning of the next two: */
uint16 store_length, length;
uint8 null_bit; uint8 null_bit;
/* Keypart flags (0 if partition pruning is used) */ /*
Keypart flags (0 when this structure is used by partition pruning code
for fake partitioning index description)
*/
uint8 flag; uint8 flag;
Field *field; Field *field;
Field::imagetype image_type; Field::imagetype image_type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment