mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Set default number of masters to 1
This commit is contained in:
parent
2218cbb059
commit
c537bbf8ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue