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:
msvensson@pilot.mysql.com
2006-12-22 09:59:41 +01:00
parent e1fcd181ef
commit 73d82523a3

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;