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 | b06c21637946cbfeec3adda9fb25f146a979aaf6 (patch) | |
tree | 8089ea94f9ea81c01efd2342f5ec3abb94733002 /mysql-test/r/rpl_log.result | |
parent | 1efd8ea6b159461d95f4ca7e527b33438afc6ce4 (diff) | |
download | mariadb-git-b06c21637946cbfeec3adda9fb25f146a979aaf6.tar.gz |
changed syntax from SHOW MASTER LOGS to SHOW BINARY LOGS
Diffstat (limited to 'mysql-test/r/rpl_log.result')
-rw-r--r-- | mysql-test/r/rpl_log.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/rpl_log.result b/mysql-test/r/rpl_log.result index 79093a4ae7a..764d8eaeaa4 100644 --- a/mysql-test/r/rpl_log.result +++ b/mysql-test/r/rpl_log.result @@ -59,12 +59,12 @@ Log_name Pos Event_type Server_id Orig_log_pos Info master-bin.002 4 Query 1 4 use `test`; create table t1 (n int) master-bin.002 62 Query 1 62 use `test`; insert into t1 values (1) master-bin.002 122 Query 1 122 use `test`; drop table t1 -show master logs; +show binary logs; Log_name master-bin.001 master-bin.002 start slave; -show master logs; +show binary logs; Log_name slave-bin.001 slave-bin.002 |