1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

warning when a 4.1 MYI file is opened in 4.0

This commit is contained in:
unknown
2003-04-23 14:03:21 +04:00
parent b534154b12
commit d19ba33f98
2 changed files with 5 additions and 1 deletions

View File

@ -55,7 +55,8 @@ typedef struct st_mi_state_info
uchar uniques; /* number of UNIQUE definitions */
uchar language; /* Language for indexes */
uchar max_block_size; /* max keyblock size */
uchar not_used[2]; /* To align to 8 */
uchar fulltext_keys; /* reserved for 4.1 */
uchar not_used; /* To align to 8 */
} header;
MI_STATUS_INFO state;