mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-4506: parallel replication.
Add a simple test case. Fix bugs found.
This commit is contained in:
@ -273,7 +273,7 @@ void mysql_client_binlog_statement(THD* thd)
|
||||
|
||||
end:
|
||||
thd->variables.option_bits= thd_options;
|
||||
rli->slave_close_thread_tables(thd);
|
||||
rgi->slave_close_thread_tables(thd);
|
||||
my_free(buf);
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
Reference in New Issue
Block a user