You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-test/suite/binlog/r/binlog_index.result
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ master-bin.000003 #
9
9
master-bin.000004 #
10
10
purge binary logs TO 'master-bin.000004';
11
11
Warnings:
12
-
Warning 1612 Being purged log MYSQLTEST_VARDIR/log/master-bin.000001 was not found
12
+
Warning 1612 Being purged log ./master-bin.000001 was not found
13
13
*** must show a list starting from the 'TO' argument of PURGE ***
14
14
show binary logs;
15
15
Log_name File_size
@@ -20,7 +20,7 @@ flush logs;
20
20
flush logs;
21
21
*** must be a warning master-bin.000001 was not found ***
22
22
Warnings:
23
-
Warning 1612 Being purged log MYSQLTEST_VARDIR/log/master-bin.000001 was not found
23
+
Warning 1612 Being purged log ./master-bin.000001 was not found
24
24
*** must show one record, of the active binlog, left in the index file after PURGE ***
25
25
show binary logs;
26
26
Log_name File_size
@@ -33,7 +33,7 @@ purge binary logs TO 'master-bin.000002';
33
33
ERROR HY000: Fatal error during log purge
34
34
show warnings;
35
35
Level Code Message
36
-
Error 1377 a problem with deleting MYSQLTEST_VARDIR/log/master-bin.000001; consider examining correspondence of your binlog index file to the actual binlog files
36
+
Error 1377 a problem with deleting ./master-bin.000001; consider examining correspondence of your binlog index file to the actual binlog files
0 commit comments