summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl000018.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/rpl000018.result')
-rw-r--r--mysql-test/r/rpl000018.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/rpl000018.result b/mysql-test/r/rpl000018.result
index cb93993a6b3..7211d440524 100644
--- a/mysql-test/r/rpl000018.result
+++ b/mysql-test/r/rpl000018.result
@@ -2,8 +2,8 @@ reset slave;
start slave;
show binary logs;
Log_name
-master-bin.001
-master-bin.002
+master-bin.000001
+master-bin.000002
drop table if exists t1;
create table t1(n int);
insert into t1 values (3351);