summaryrefslogtreecommitdiff
path: root/myisam/myisamdef.h
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2003-04-23 14:03:21 +0400
committerunknown <serg@sergbook.mysql.com>2003-04-23 14:03:21 +0400
commitd19ba33f98a2de54d5356d75fe1a92d88f407ca6 (patch)
treea7128aeb74417cb4aeefa2c824a98c5b69b25166 /myisam/myisamdef.h
parentb534154b12c6b592594588efb3dacc5dbf2e33e7 (diff)
downloadmariadb-git-d19ba33f98a2de54d5356d75fe1a92d88f407ca6.tar.gz
warning when a 4.1 MYI file is opened in 4.0
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r--myisam/myisamdef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h
index 92eead7b96c..7c035bc6097 100644
--- a/myisam/myisamdef.h
+++ b/myisam/myisamdef.h
@@ -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;