Commit e0831dce authored by gbichot@quadita2.mysql.com's avatar gbichot@quadita2.mysql.com

merge from 4.1

parents 4bb4a285 e42312c0
......@@ -2225,7 +2225,9 @@ send_result_message:
TABLE_LIST *save_next_local= table->next_local,
*save_next_global= table->next_global;
table->next_local= table->next_global= 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