Loading sql/sql_table.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
sql/sql_table.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading