1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Post-merge fix of mysqlbinlog.{test,result}

This commit is contained in:
unknown
2007-03-07 10:15:45 +01:00
parent a69a96e26a
commit 142e778d88
2 changed files with 3 additions and 2 deletions

View File

@@ -313,5 +313,6 @@ DELIMITER ;
# End of log file
ROLLBACK /* added by mysqlbinlog */;
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
flush logs;
End of 5.0 tests
flush logs;
End of 5.1 tests

View File

@@ -214,7 +214,7 @@ flush logs;
#
flush logs;
--error 1
--exec $MYSQL_BINLOG $MYSQLTEST_VARDIR/log/master-bin.000014 >/dev/null 2>/dev/null
--exec $MYSQL_BINLOG $MYSQLTEST_VARDIR/log/master-bin.000012 >/dev/null 2>/dev/null
--exec $MYSQL_BINLOG --force-if-open $MYSQLTEST_VARDIR/log/master-bin.000012 >/dev/null 2>/dev/null
--echo End of 5.1 tests