Commit 81e625ac authored by holyfoot@deer.(none)'s avatar holyfoot@deer.(none)
Browse files

merging fix

parent f66bcd25
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
        {