mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Cleaned up code for setting slave_parallel_mode
Now this works the same way as all other multi source variables.
This commit is contained in:
@ -24,7 +24,9 @@
|
||||
#define TABLE_RULE_ARR_SIZE 16
|
||||
|
||||
Rpl_filter::Rpl_filter() :
|
||||
table_rules_on(0), do_table_inited(0), ignore_table_inited(0),
|
||||
parallel_mode(SLAVE_PARALLEL_DOMAIN | SLAVE_PARALLEL_FOLLOW_MASTER_COMMIT),
|
||||
table_rules_on(0),
|
||||
do_table_inited(0), ignore_table_inited(0),
|
||||
wild_do_table_inited(0), wild_ignore_table_inited(0)
|
||||
{
|
||||
do_db.empty();
|
||||
|
Reference in New Issue
Block a user