Commit 73d82523 authored by msvensson@pilot.mysql.com's avatar msvensson@pilot.mysql.com
Browse files

Set default number of masters to 1

parent e1fcd181
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;