Commit a95ad23a authored by vasil's avatar vasil

branches/zip:

Fix typo in comment.
parent 5e3bf616
...@@ -221,7 +221,7 @@ struct dict_index_struct{ ...@@ -221,7 +221,7 @@ struct dict_index_struct{
unsigned page:32;/* index tree root page number */ unsigned page:32;/* index tree root page number */
unsigned type:4; /* index type (DICT_CLUSTERED, DICT_UNIQUE, unsigned type:4; /* index type (DICT_CLUSTERED, DICT_UNIQUE,
DICT_UNIVERSAL, DICT_IBUF) */ DICT_UNIVERSAL, DICT_IBUF) */
unsigned trx_id_offset:10;/* position of the the trx id column unsigned trx_id_offset:10;/* position of the trx id column
in a clustered index record, if the fields in a clustered index record, if the fields
before it are known to be of a fixed size, before it are known to be of a fixed size,
0 otherwise */ 0 otherwise */
......
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