From c3e4f43d41b3fec74fe2a7181a2159ddd9dfc4fe Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 May 2006 14:59:44 +0200 Subject: [PATCH] rpl_log.test: Fix for failure in aix52 failure during push build mysql-test/extra/rpl_tests/rpl_log.test: Fix for failure in aix52 failure during push build --- mysql-test/extra/rpl_tests/rpl_log.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/extra/rpl_tests/rpl_log.test b/mysql-test/extra/rpl_tests/rpl_log.test index c9d9a4214d2..02daf4cae8c 100644 --- a/mysql-test/extra/rpl_tests/rpl_log.test +++ b/mysql-test/extra/rpl_tests/rpl_log.test @@ -79,7 +79,7 @@ connection slave; start slave; --disable_query_log --disable_result_log -let $result_pattern= '%127.0.0.1%root%master-bin.000002%slave-relay-bin.000007%Yes%Yes%0%0%None%'; +let $result_pattern= '%127.0.0.1%root%master-bin.000002%slave-relay-bin.000005%Yes%Yes%0%0%None%'; --source include/wait_slave_status.inc --enable_query_log --enable_result_log