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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user