diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 9d5d9f9cd35..320be18edad 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -994,13 +994,6 @@ int do_sync_with_master2(const char* p) if (rpl_parse) mysql_enable_rpl_parse(mysql); -#ifndef TO_BE_REMOVED - /* - We need this because wait_for_pos() only waits for the relay log, - which doesn't guarantee that the slave has executed the statement. - */ - my_sleep(2*1000000L); -#endif return 0; } |