Commit 66edfe28 authored by unknown's avatar unknown
Browse files

merging fix

parent 7d121a7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
        {