Commit eebba6a2 authored by unknown's avatar unknown

After merge fix

parent d5414e9f
...@@ -697,9 +697,11 @@ int ha_myisam::open(const char *name, int mode, uint test_if_locked) ...@@ -697,9 +697,11 @@ int ha_myisam::open(const char *name, int mode, uint test_if_locked)
(struct st_mysql_ftparser *)parser->plugin->info; (struct st_mysql_ftparser *)parser->plugin->info;
table->key_info[i].block_size= file->s->keyinfo[i].block_length; table->key_info[i].block_size= file->s->keyinfo[i].block_length;
} }
return (0); my_errno= 0;
err: goto end;
err:
this->close(); this->close();
end:
/* /*
Both recinfo and keydef are allocated by my_multi_malloc(), thus only Both recinfo and keydef are allocated by my_multi_malloc(), thus only
recinfo must be freed. recinfo must be freed.
......
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