Commit 51a75f23 authored by unknown's avatar unknown

Post-merge fixes.


mysql-test/r/binlog_index.result:
  Result set change.
parent cf6baaef
...@@ -9,7 +9,7 @@ master-bin.000003 # ...@@ -9,7 +9,7 @@ master-bin.000003 #
master-bin.000004 # master-bin.000004 #
purge binary logs TO 'master-bin.000004'; purge binary logs TO 'master-bin.000004';
Warnings: Warnings:
Warning 1476 Being purged log MYSQLTEST_VARDIR/log/master-bin.000001 was not found Warning 1477 Being purged log MYSQLTEST_VARDIR/log/master-bin.000001 was not found
*** must show a list starting from the 'TO' argument of PURGE *** *** must show a list starting from the 'TO' argument of PURGE ***
show binary logs; show binary logs;
Log_name File_size Log_name File_size
...@@ -20,7 +20,7 @@ flush logs; ...@@ -20,7 +20,7 @@ flush logs;
flush logs; flush logs;
*** must be a warning master-bin.000001 was not found *** *** must be a warning master-bin.000001 was not found ***
Warnings: Warnings:
Warning 1476 Being purged log MYSQLTEST_VARDIR/log/master-bin.000001 was not found Warning 1477 Being purged log MYSQLTEST_VARDIR/log/master-bin.000001 was not found
*** must show one record, of the active binlog, left in the index file after PURGE *** *** must show one record, of the active binlog, left in the index file after PURGE ***
show binary logs; show binary logs;
Log_name File_size Log_name File_size
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment