Commit d2174098 authored by holyfoot@mysql.com's avatar holyfoot@mysql.com

Merge mysql.com:/home/hf/work/mysql-5.0.mrg

into mysql.com:/home/hf/work/mysql-5.1.mrg
parents f63727c9 81e625ac
......@@ -4196,7 +4196,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 && !table->table->s->log_table)
{
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