Commit 9b3dccd6 authored by serg@serg.mylan's avatar serg@serg.mylan

reverting Monty's "fix" that turned a warning into an error.

parent 54a5e17d
......@@ -188,11 +188,8 @@ 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;
}
fprintf(stderr, "Warning: table file %s was created in MySQL 4.1+, use REPAIR TABLE ... USE_FRM to recreate it as a valid MySQL 4.0 table\n", name_buff);
mi_state_info_read(disk_cache, &share->state);
len= mi_uint2korr(share->state.header.base_info_length);
if (len != MI_BASE_INFO_SIZE)
......
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