summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_rotate_logs.test
diff options
context:
space:
mode:
authorunknown <nick@mysql.com>2002-10-29 15:11:13 -0700
committerunknown <nick@mysql.com>2002-10-29 15:11:13 -0700
commit46cd8ff4e4fc54a9f0438e85639a3197a7c35088 (patch)
treefe47a50a01e3aa1743ff3a568880185f84a3fac2 /mysql-test/t/rpl_rotate_logs.test
parentcbb466e1b69bce01509bcc05ffb8f0ab8a80a78a (diff)
downloadmariadb-git-46cd8ff4e4fc54a9f0438e85639a3197a7c35088.tar.gz
Changed binlog name padding from binlog.001 to binlog.000001
mysql-test/Makefile.am: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl000015.result: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl000018.result: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl_flush_log_loop.result: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl_log.result: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl_log_pos.result: Changed binlog.001 to be binlog.000001 mysql-test/r/rpl_rotate_logs.result: Changed binlog.001 to be binlog.000001 mysql-test/t/rpl000017-slave.sh: Changed binlog.001 to be binlog.000001 mysql-test/t/rpl_log.test: Changed binlog.001 to be binlog.000001 mysql-test/t/rpl_rotate_logs.test: Changed binlog.001 to be binlog.000001 sql/log.cc: Changed binlog.001 to be binlog.000001
Diffstat (limited to 'mysql-test/t/rpl_rotate_logs.test')
-rw-r--r--mysql-test/t/rpl_rotate_logs.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_rotate_logs.test b/mysql-test/t/rpl_rotate_logs.test
index ad584c334b8..f328e938f61 100644
--- a/mysql-test/t/rpl_rotate_logs.test
+++ b/mysql-test/t/rpl_rotate_logs.test
@@ -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;