summaryrefslogtreecommitdiff
path: root/sql/structs.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-12-19 20:25:19 +0200
committermonty@mysql.com <>2004-12-19 20:25:19 +0200
commit6477b4dfd21d916de39d5cc107c8207fe24fe4b6 (patch)
treeedce84855fbf08b0328dae28794074f565be89e6 /sql/structs.h
parent2a215c17bb42c4f088418685f8128a9eb7370853 (diff)
downloadmariadb-git-6477b4dfd21d916de39d5cc107c8207fe24fe4b6.tar.gz
Merge with global tree
Fixed some found bugs in BIT fields Added more test cases for BIT fields and varchar
Diffstat (limited to 'sql/structs.h')
-rw-r--r--sql/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/structs.h b/sql/structs.h
index 5d0c7bc4f1f..0b59c3abeb3 100644
--- a/sql/structs.h
+++ b/sql/structs.h
@@ -74,7 +74,7 @@ typedef struct st_key_part_info { /* Info about a key part */
uint16 store_length;
uint16 key_type;
uint16 fieldnr; /* Fieldnum in UNIREG */
- uint8 key_part_flag; /* 0 or HA_REVERSE_SORT */
+ uint16 key_part_flag; /* 0 or HA_REVERSE_SORT */
uint8 type;
uint8 null_bit; /* Position to null_bit */
} KEY_PART_INFO ;