diff options
Diffstat (limited to 'myisam/mi_open.c')
-rw-r--r-- | myisam/mi_open.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/myisam/mi_open.c b/myisam/mi_open.c index 6da1a0395c0..178365577aa 100644 --- a/myisam/mi_open.c +++ b/myisam/mi_open.c @@ -186,12 +186,6 @@ MI_INFO *mi_open(const char *name, int mode, uint open_flags) } share->state_diff_length=len-MI_STATE_INFO_SIZE; - if (share->state.header.fulltext_keys) - { - /* Not supported in this version */ - my_errno= HA_ERR_UNSUPPORTED; - goto err; - } mi_state_info_read(disk_cache, &share->state); len= mi_uint2korr(share->state.header.base_info_length); if (len != MI_BASE_INFO_SIZE) |