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/t/rpl000018.test | |
parent | 1efd8ea6b159461d95f4ca7e527b33438afc6ce4 (diff) | |
download | mariadb-git-b06c21637946cbfeec3adda9fb25f146a979aaf6.tar.gz |
changed syntax from SHOW MASTER LOGS to SHOW BINARY LOGS
Diffstat (limited to 'mysql-test/t/rpl000018.test')
-rw-r--r-- | mysql-test/t/rpl000018.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl000018.test b/mysql-test/t/rpl000018.test index f82f365a35e..e992f7938eb 100644 --- a/mysql-test/t/rpl000018.test +++ b/mysql-test/t/rpl000018.test @@ -12,7 +12,7 @@ connection slave; reset slave; start slave; connection master; -show master logs; +show binary logs; drop table if exists t1; create table t1(n int); insert into t1 values (3351); |