1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Changed binlog name padding from binlog.001 to binlog.000001

This commit is contained in:
nick@mysql.com
2002-10-29 15:11:13 -07:00
parent b9007ca6a1
commit 4b7897fc76
12 changed files with 97 additions and 94 deletions

View File

@@ -86,7 +86,7 @@ connection master;
#let slave catch up
sync_slave_with_master;
connection master;
purge master logs to 'master-bin.003';
purge master logs to 'master-bin.000003';
show binary logs;
insert into t2 values (65);
sync_slave_with_master;