summaryrefslogtreecommitdiff
path: root/sql/structs.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-03-06 18:41:32 +0100
committerSergei Golubchik <serg@mariadb.org>2015-03-06 18:41:32 +0100
commit5f510a91759823e6be19e6bac74acb0b76cbdaa7 (patch)
tree3c53a13f0135dfc139c8806f3be8a7d00d313b9e /sql/structs.h
parente13459a11eb5938b54b88c7a1529491df6dd3b49 (diff)
parent17a37796e1947e2227824416d297a746a1dc6c26 (diff)
downloadmariadb-git-5f510a91759823e6be19e6bac74acb0b76cbdaa7.tar.gz
Merge branch '5.5' into 10.0
Diffstat (limited to 'sql/structs.h')
-rw-r--r--sql/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/structs.h b/sql/structs.h
index 2de7abb666d..ee61b8d3b3a 100644
--- a/sql/structs.h
+++ b/sql/structs.h
@@ -77,6 +77,7 @@ typedef struct st_key_part_info { /* Info about a key part */
*/
uint16 store_length;
uint16 key_type;
+ /* Fieldnr begins counting from 1 */
uint16 fieldnr; /* Fieldnum in UNIREG */
uint16 key_part_flag; /* 0 or HA_REVERSE_SORT */
uint8 type;