mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Set default number of masters to 1
This commit is contained in:
@ -227,7 +227,7 @@ our $opt_mark_progress;
|
||||
our $opt_skip;
|
||||
our $opt_skip_rpl;
|
||||
our $max_slave_num= 0;
|
||||
our $max_master_num= 0;
|
||||
our $max_master_num= 1;
|
||||
our $use_innodb;
|
||||
our $opt_skip_test;
|
||||
our $opt_skip_im;
|
||||
|
Reference in New Issue
Block a user