1
0
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:
unknown
2006-12-22 09:59:41 +01:00
parent 2218cbb059
commit c537bbf8ef

View File

@ -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;