1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

rpl_packet.test:

Removed sleep from test per lars request


mysql-test/suite/rpl/t/rpl_packet.test:
  Removed sleep from test per lars request
This commit is contained in:
unknown
2007-08-17 19:51:25 +02:00
parent d287334638
commit 40f70e75ef

View File

@ -67,7 +67,6 @@ INSERT INTO `t1`(`f1`) VALUES ('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
# The slave I/O thread must stop after trying to read the above event
connection slave;
sleep 2;
--source include/wait_for_slave_io_to_stop.inc
SHOW STATUS LIKE 'Slave_running';