mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MDEV-4506: Parallel replication: After-review fixes.
This commit is contained in:
@@ -13,7 +13,6 @@ struct rpl_parallel_thread {
|
||||
bool delay_start;
|
||||
bool running;
|
||||
bool stop;
|
||||
bool free;
|
||||
mysql_mutex_t LOCK_rpl_thread;
|
||||
mysql_cond_t COND_rpl_thread;
|
||||
struct rpl_parallel_thread *next; /* For free list. */
|
||||
|
||||
Reference in New Issue
Block a user