1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown db55082aa0 Fix for bug #28772: rpl_row_until fails in pushbuild
Problem: we use 'sleep 2; wait_for_slave_to_stop;' to reach some slave's states
which is buggy, wasteful of time, platform dependant etc.
Fix: use include/wait_for_slave_***.inc's where it's possible instead.


mysql-test/include/wait_for_slave_io_to_stop.inc:
  Fix for bug #28772: rpl_row_until fails in pushbuild
    - changed to use query_vertical so that it is easier to read the output.
mysql-test/include/wait_for_slave_sql_to_stop.inc:
  Fix for bug #28772: rpl_row_until fails in pushbuild
    - changed to use query_vertical so that it is easier to read the output.
mysql-test/include/wait_for_slave_to_start.inc:
  Fix for bug #28772: rpl_row_until fails in pushbuild
    - changed to use query_vertical so that it is easier to read the output.
mysql-test/include/wait_for_slave_to_stop.inc:
  Fix for bug #28772: rpl_row_until fails in pushbuild
    - changed to use query_vertical so that it is easier to read the output.
mysql-test/t/rpl_row_until.test:
  Fix for bug #28772: rpl_row_until fails in pushbuild
    - 'sleep 2; wait_for_slave_to_stop;' replaced with sourcing
      include/wait_for_slave_sql_to_stop.inc to be more predictable.
mysql-test/t/rpl_stm_until.test:
  Fix for bug #28772: rpl_row_until fails in pushbuild
    - 'sleep 2; wait_for_slave_to_stop;' replaced with sourcing
      include/wait_for_slave_sql_to_stop.inc to be more predictable.
2007-06-19 16:06:11 +05:00
..
2003-08-28 06:08:17 +03:00
2006-08-16 14:58:49 +02:00
2005-07-06 17:16:22 +05:00
2006-08-16 14:58:49 +02:00
2007-06-09 16:05:43 +05:00
2007-06-09 16:05:43 +05:00
2005-05-05 10:36:17 -07:00
2003-01-28 08:38:28 +02:00
2007-06-09 16:05:43 +05:00
2004-06-20 19:11:02 +02:00
2007-06-09 16:05:43 +05:00
2007-06-09 16:05:43 +05:00
2005-07-22 21:06:02 +05:00
2007-06-09 16:05:43 +05:00
2007-06-09 16:05:43 +05:00
2006-01-12 19:51:02 +01:00
2007-06-09 16:05:43 +05:00
2003-12-25 20:11:01 +04:00
2006-09-13 15:37:35 -06:00
2006-04-12 15:56:29 +02:00
2007-02-19 15:31:55 +03:00
2006-12-22 13:57:33 +01:00
2006-02-16 16:33:46 +01:00
2007-04-10 18:01:29 +03:00
2006-01-12 19:51:02 +01:00
2004-12-13 21:00:43 +01:00
2006-08-16 19:29:49 +02:00
2006-08-16 19:29:49 +02:00
2006-11-20 22:42:06 +02:00
2006-12-11 11:44:03 -05:00