mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-4506: Parallel replication. Intermediate commit.
Hook in the wait-for-prior-commit logic (not really tested yet). Clean up some resource maintenance around rpl_group_info (may still be some smaller issues there though). Add a ToDo list at the top of rpl_parallel.cc
This commit is contained in:
@@ -5602,6 +5602,13 @@ wait_for_commit::wait_for_commit()
|
||||
}
|
||||
|
||||
|
||||
wait_for_commit::~wait_for_commit()
|
||||
{
|
||||
mysql_mutex_destroy(&LOCK_wait_commit);
|
||||
mysql_cond_destroy(&COND_wait_commit);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
wait_for_commit::wakeup()
|
||||
{
|
||||
|
Reference in New Issue
Block a user