1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-4506: Parallel replication: After-review fixes.

This commit is contained in:
unknown
2013-09-23 14:46:57 +02:00
parent 5d1d20e409
commit 976606d031
3 changed files with 70 additions and 31 deletions

View File

@ -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. */