diff options
author | unknown <jmiller@mysql.com> | 2006-05-16 15:38:21 +0200 |
---|---|---|
committer | unknown <jmiller@mysql.com> | 2006-05-16 15:38:21 +0200 |
commit | fdedc069d85cdcc5999dedf932772a659021e847 (patch) | |
tree | 091f97c95640cd516580cd4f942369f40cac94ec /mysql-test/extra/rpl_tests/rpl_log.test | |
parent | c3e4f43d41b3fec74fe2a7181a2159ddd9dfc4fe (diff) | |
download | mariadb-git-fdedc069d85cdcc5999dedf932772a659021e847.tar.gz |
Updated to fix bug in AIX
mysql-test/extra/rpl_tests/rpl_log.test:
Remove disable log per lars
mysql-test/r/rpl_stm_log.result:
New results file
mysql-test/r/rpl_row_log.result:
New results file
mysql-test/r/rpl_row_log_innodb.result:
New results file
Diffstat (limited to 'mysql-test/extra/rpl_tests/rpl_log.test')
-rw-r--r-- | mysql-test/extra/rpl_tests/rpl_log.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_log.test b/mysql-test/extra/rpl_tests/rpl_log.test index 02daf4cae8c..20ee7cd0d8f 100644 --- a/mysql-test/extra/rpl_tests/rpl_log.test +++ b/mysql-test/extra/rpl_tests/rpl_log.test @@ -77,12 +77,8 @@ connection slave; # to go into the relay log (the master always sends a fake one when replication # starts). start slave; ---disable_query_log ---disable_result_log 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 sync_with_master; flush logs; stop slave; |