1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +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

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