diff options
author | unknown <nick@mysql.com> | 2002-10-24 18:32:42 -0600 |
---|---|---|
committer | unknown <nick@mysql.com> | 2002-10-24 18:32:42 -0600 |
commit | d172cc9aa0a90378769c29b6cc8873820ae4f0a6 (patch) | |
tree | 8089ea94f9ea81c01efd2342f5ec3abb94733002 /mysql-test/t/rpl_log.test | |
parent | 458ced9f340a16845ee3f4ae12765e9992d6afcc (diff) | |
download | mariadb-git-d172cc9aa0a90378769c29b6cc8873820ae4f0a6.tar.gz |
changed syntax from SHOW MASTER LOGS to SHOW BINARY LOGS
Diffstat (limited to 'mysql-test/t/rpl_log.test')
-rw-r--r-- | mysql-test/t/rpl_log.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/rpl_log.test b/mysql-test/t/rpl_log.test index 604b076f433..729f8b06e18 100644 --- a/mysql-test/t/rpl_log.test +++ b/mysql-test/t/rpl_log.test @@ -40,12 +40,12 @@ drop table t1; --replace_result $VERSION VERSION show binlog events; show binlog events in 'master-bin.002'; -show master logs; +show binary logs; save_master_pos; connection slave; start slave; sync_with_master; -show master logs; +show binary logs; --replace_result 3306 MASTER_PORT 9306 MASTER_PORT 3334 MASTER_PORT 3336 MASTER_PORT $VERSION VERSION show binlog events in 'slave-bin.001' from 4; --replace_result 3306 MASTER_PORT 9306 MASTER_PORT 3334 MASTER_PORT 3336 MASTER_PORT $VERSION VERSION |