1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

changed syntax from SHOW MASTER LOGS to SHOW BINARY LOGS

This commit is contained in:
nick@mysql.com
2002-10-24 18:32:42 -06:00
parent 62f36f0221
commit 59c72048fb
7 changed files with 27 additions and 13 deletions

View File

@ -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