Commit 792f0135 authored by mats@romeo.(none)'s avatar mats@romeo.(none)

Fixing test case and result file for rpl_ndb_circular_simplex.

parent 4266d83e
...@@ -64,7 +64,7 @@ SHOW SLAVE STATUS; ...@@ -64,7 +64,7 @@ SHOW SLAVE STATUS;
Slave_IO_State # Slave_IO_State #
Master_Host 127.0.0.1 Master_Host 127.0.0.1
Master_User root Master_User root
Master_Port 9306 Master_Port MASTER_PORT
Connect_Retry 1 Connect_Retry 1
Master_Log_File master-bin.000001 Master_Log_File master-bin.000001
Read_Master_Log_Pos # Read_Master_Log_Pos #
......
...@@ -77,6 +77,6 @@ sync_with_master; ...@@ -77,6 +77,6 @@ sync_with_master;
SELECT * FROM t1 ORDER BY a; SELECT * FROM t1 ORDER BY a;
# Check that there is no error in replication # Check that there is no error in replication
--replace_result $SLAVE_MYPORT SLAVE_PORT --replace_result $MASTER_MYPORT MASTER_PORT
--replace_column 1 # 7 # 8 # 9 # 22 # 23 # 33 # --replace_column 1 # 7 # 8 # 9 # 22 # 23 # 33 #
query_vertical SHOW SLAVE STATUS; query_vertical SHOW SLAVE STATUS;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment