Commit b1516976 authored by unknown's avatar unknown

Bug#28497 wait_for_slave_to_stop can cause random replication mysql-test failures

 - touch up


mysql-test/include/wait_for_slave_io_to_stop.inc:
  Update comment
  Remove superfluous variable assignments
parent e6a8ce32
...@@ -6,12 +6,10 @@ ...@@ -6,12 +6,10 @@
#Details: #Details:
# 1) Fill in and setup variables # 1) Fill in and setup variables
# 2) loop through looking for # 2) loop through looking for
# sql threads to stop # IO thread to stop
# 3) If loops too long die. # 3) If loops too long die.
#################################################### ####################################################
connection slave; connection slave;
let $my_show= SHOW SLAVE STATUS;
let $sql_running= Slave_IO_Running;
let $row_number= 1; let $row_number= 1;
let $run= 1; let $run= 1;
let $counter= 300; let $counter= 300;
......
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