diff options
Diffstat (limited to 'sql/field.h')
-rw-r--r-- | sql/field.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h index 09ce80db615..30b2945d006 100644 --- a/sql/field.h +++ b/sql/field.h @@ -45,7 +45,7 @@ public: uint8 null_bit; // And position to it struct st_table *table; // Pointer for table ulong query_id; // For quick test of used fields - key_map key_start,part_of_key; // Key is part of these keys. + key_map key_start,part_of_key,part_of_sortkey;// Field is part of these keys. const char *table_name,*field_name; utype unireg_check; uint32 field_length; // Length of field |