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:
@ -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;
|
||||
|
Reference in New Issue
Block a user