mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
References:
https://bugs.launchpad.net/codership-mysql/+bug/1084702 https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1019473 Merged revisions 3851-3852 from lp:~codership/codership-mysql/5.5-23
This commit is contained in:
@ -3452,8 +3452,9 @@ end_with_restore_list:
|
||||
#ifdef WITH_WSREP
|
||||
for (TABLE_LIST *table= all_tables; table; table= table->next_global)
|
||||
{
|
||||
if (!thd->is_current_stmt_binlog_format_row() ||
|
||||
!find_temporary_table(thd, table))
|
||||
if (!lex->drop_temporary &&
|
||||
(!thd->is_current_stmt_binlog_format_row() ||
|
||||
!find_temporary_table(thd, table)))
|
||||
{
|
||||
WSREP_TO_ISOLATION_BEGIN(NULL, NULL, all_tables);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user