From d172cc9aa0a90378769c29b6cc8873820ae4f0a6 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 24 Oct 2002 18:32:42 -0600 Subject: changed syntax from SHOW MASTER LOGS to SHOW BINARY LOGS --- mysql-test/r/rpl_log.result | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/r/rpl_log.result') 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 -- cgit v1.2.1