Commit 2614a125 authored by unknown's avatar unknown

merging fix

parent 672ec2e8
......@@ -2570,7 +2570,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
table->table->s->version=0; // Force close of table
else if (open_for_modify)
{
if (table->table->tmp_table)
if (table->table->s->tmp_table)
table->table->file->info(HA_STATUS_CONST);
else
{
......
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