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:
@ -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);
|
||||
|
Reference in New Issue
Block a user