Merge gbichot@bk-internal.mysql.com://home/bk/mysql-4.1
into quadita2.mysql.com:/nfstmp1/guilhem/mysql-4.1-4ita
This commit is contained in:
commit
e42312c05d
@ -2041,7 +2041,9 @@ send_result_message:
|
|||||||
close_thread_tables(thd);
|
close_thread_tables(thd);
|
||||||
TABLE_LIST *save_next= table->next;
|
TABLE_LIST *save_next= table->next;
|
||||||
table->next= 0;
|
table->next= 0;
|
||||||
|
tmp_disable_binlog(thd); // binlogging is done by caller if wanted
|
||||||
result_code= mysql_recreate_table(thd, table, 0);
|
result_code= mysql_recreate_table(thd, table, 0);
|
||||||
|
reenable_binlog(thd);
|
||||||
close_thread_tables(thd);
|
close_thread_tables(thd);
|
||||||
if (!result_code) // recreation went ok
|
if (!result_code) // recreation went ok
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user