1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-4506: Parallel replication.

Add another test case, using DEBUG_SYNC.
Fix one bug found.
This commit is contained in:
unknown
2013-09-17 14:07:21 +02:00
parent 7781cdb79b
commit 39794dc72c
7 changed files with 182 additions and 1 deletions

View File

@@ -507,6 +507,14 @@ rpl_parallel::rpl_parallel() :
}
void
rpl_parallel::reset()
{
my_hash_reset(&domain_hash);
current= NULL;
}
rpl_parallel::~rpl_parallel()
{
my_hash_free(&domain_hash);