1
0
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:
unknown
2013-09-16 14:33:49 +02:00
parent d107bdaa01
commit 5633dd8227
16 changed files with 409 additions and 411 deletions

View File

@ -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;
}