1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +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

@ -76,6 +76,7 @@ struct rpl_parallel {
rpl_parallel();
~rpl_parallel();
void reset();
rpl_parallel_entry *find(uint32 domain_id);
void wait_for_done();
bool do_event(rpl_group_info *serial_rgi, Log_event *ev);