929
path_myddir => "$opt_vardir/master-data",
930
path_myerr => "$opt_vardir/log/master.err",
931
path_pid => "$opt_vardir/run/master.pid",
932
path_sock => "$sockdir/master.sock",
933
port => $opt_master_myport,
934
mysql_port => $opt_master_myport + $mysql_port_offset,
935
start_timeout => 400, # enough time create innodb tables
936
cluster => 0, # index in clusters list
929
path_myddir => "$opt_vardir/master-data",
930
path_myerr => "$opt_vardir/log/master.err",
931
path_pid => "$opt_vardir/run/master.pid",
932
path_sock => "$sockdir/master.sock",
933
port => $opt_master_myport,
934
secondary_port => $opt_master_myport + $secondary_port_offset,
935
start_timeout => 400, # enough time create innodb tables
936
cluster => 0, # index in clusters list
945
path_myddir => "$opt_vardir/master1-data",
946
path_myerr => "$opt_vardir/log/master1.err",
947
path_pid => "$opt_vardir/run/master1.pid",
948
path_sock => "$sockdir/master1.sock",
949
port => $opt_master_myport + 1,
950
mysql_port => $opt_master_myport + 1 + $mysql_port_offset,
951
start_timeout => 400, # enough time create innodb tables
952
cluster => 0, # index in clusters list
945
path_myddir => "$opt_vardir/master1-data",
946
path_myerr => "$opt_vardir/log/master1.err",
947
path_pid => "$opt_vardir/run/master1.pid",
948
path_sock => "$sockdir/master1.sock",
949
port => $opt_master_myport + 1,
950
secondary_port => $opt_master_myport + 1 + $secondary_port_offset,
951
start_timeout => 400, # enough time create innodb tables
952
cluster => 0, # index in clusters list
961
path_myddir => "$opt_vardir/slave-data",
962
path_myerr => "$opt_vardir/log/slave.err",
963
path_pid => "$opt_vardir/run/slave.pid",
964
path_sock => "$sockdir/slave.sock",
965
port => $opt_slave_myport,
966
mysql_port => $opt_slave_myport + $mysql_port_offset,
967
start_timeout => 400,
969
cluster => 1, # index in clusters list
961
path_myddir => "$opt_vardir/slave-data",
962
path_myerr => "$opt_vardir/log/slave.err",
963
path_pid => "$opt_vardir/run/slave.pid",
964
path_sock => "$sockdir/slave.sock",
965
port => $opt_slave_myport,
966
secondary_port => $opt_slave_myport + $secondary_port_offset,
967
start_timeout => 400,
968
cluster => 1, # index in clusters list
978
path_myddir => "$opt_vardir/slave1-data",
979
path_myerr => "$opt_vardir/log/slave1.err",
980
path_pid => "$opt_vardir/run/slave1.pid",
981
path_sock => "$sockdir/slave1.sock",
982
port => $opt_slave_myport + 1,
983
mysql_port => $opt_slave_myport + 1 + $mysql_port_offset,
984
start_timeout => 300,
985
cluster => -1, # index in clusters list
977
path_myddir => "$opt_vardir/slave1-data",
978
path_myerr => "$opt_vardir/log/slave1.err",
979
path_pid => "$opt_vardir/run/slave1.pid",
980
path_sock => "$sockdir/slave1.sock",
981
port => $opt_slave_myport + 1,
982
secondary_port => $opt_slave_myport + 1 + $secondary_port_offset,
983
start_timeout => 300,
984
cluster => -1, # index in clusters list
994
path_myddir => "$opt_vardir/slave2-data",
995
path_myerr => "$opt_vardir/log/slave2.err",
996
path_pid => "$opt_vardir/run/slave2.pid",
997
path_sock => "$sockdir/slave2.sock",
998
port => $opt_slave_myport + 2,
999
mysql_port => $opt_slave_myport + 2 + $mysql_port_offset,
1000
start_timeout => 300,
1001
cluster => -1, # index in clusters list
993
path_myddir => "$opt_vardir/slave2-data",
994
path_myerr => "$opt_vardir/log/slave2.err",
995
path_pid => "$opt_vardir/run/slave2.pid",
996
path_sock => "$sockdir/slave2.sock",
997
port => $opt_slave_myport + 2,
998
secondary_port => $opt_slave_myport + 2 + $secondary_port_offset,
999
start_timeout => 300,
1000
cluster => -1, # index in clusters list