Commit 6bf0fcd1 authored by unknown's avatar unknown

Merge gbichot@bk-internal.mysql.com://home/bk/mysql-4.1

into quadita2.mysql.com:/nfstmp1/guilhem/mysql-4.1-4ita

parents cd0ceaf8 30a82dfb
......@@ -2041,7 +2041,9 @@ send_result_message:
close_thread_tables(thd);
TABLE_LIST *save_next= table->next;
table->next= 0;
tmp_disable_binlog(thd); // binlogging is done by caller if wanted
result_code= mysql_recreate_table(thd, table, 0);
reenable_binlog(thd);
close_thread_tables(thd);
if (!result_code) // recreation went ok
{
......
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