rpl_known_bugs_detection.test:

  Updated to use new tool(s):Missed on call, resubmitting
parent 8b44b6f5
...@@ -25,7 +25,7 @@ connection master; ...@@ -25,7 +25,7 @@ connection master;
INSERT INTO t1(b) VALUES(1),(1),(2) ON DUPLICATE KEY UPDATE t1.b=10; INSERT INTO t1(b) VALUES(1),(1),(2) ON DUPLICATE KEY UPDATE t1.b=10;
SELECT * FROM t1; SELECT * FROM t1;
connection slave; connection slave;
--source include/wait_for_slave_to_stop.inc --source include/wait_for_slave_sql_to_stop.inc
# show the error message # show the error message
--replace_column 1 # 4 # 7 # 8 # 9 # 23 # 33 # --replace_column 1 # 4 # 7 # 8 # 9 # 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