mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge bk-internal:/home/bk/mysql-5.1-rpl
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl mysql-test/lib/mtr_cases.pm: Auto merged mysql-test/suite/rpl_ndb/t/disabled.def: Auto merged
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
*** Set up circular ring by schema A->B->C-D->A ***
|
||||
*** Set up circular ring by schema A->B->C->D->A ***
|
||||
stop slave;
|
||||
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
||||
reset master;
|
||||
|
@@ -1 +0,0 @@
|
||||
--slave-num=3 --log-slave-updates --innodb
|
@@ -1 +0,0 @@
|
||||
--log-slave-updates --innodb
|
27
mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.cnf
Normal file
27
mysql-test/suite/rpl/t/rpl_circular_for_4_hosts.cnf
Normal file
@@ -0,0 +1,27 @@
|
||||
!include ../my.cnf
|
||||
|
||||
[mysqld.1]
|
||||
log-slave-updates
|
||||
innodb
|
||||
|
||||
[mysqld.2]
|
||||
log-slave-updates
|
||||
innodb
|
||||
|
||||
[mysqld.3]
|
||||
log-slave-updates
|
||||
innodb
|
||||
|
||||
[mysqld.4]
|
||||
log-slave-updates
|
||||
innodb
|
||||
|
||||
[ENV]
|
||||
SLAVE_MYPORT1= @mysqld.3.port
|
||||
SLAVE_MYSOCK1= @mysqld.3.socket
|
||||
|
||||
SLAVE_MYPORT2= @mysqld.4.port
|
||||
SLAVE_MYSOCK2= @mysqld.4.socket
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user