Commit b802af43 authored by unknown's avatar unknown

mysqldump.test, mysqldump.result:

  Bug #31077: post-commit fix.


mysql-test/t/mysqldump.test:
  Bug #31077: post-commit fix.
mysql-test/r/mysqldump.result:
  Bug #31077: post-commit fix.
parent 853e4da8
...@@ -3558,13 +3558,13 @@ DROP TABLE t1,t2; ...@@ -3558,13 +3558,13 @@ DROP TABLE t1,t2;
-- Dump completed on x-x-x x:x:x -- Dump completed on DATE
# --dump-date (default): # --dump-date (default):
-- --
-- Dump completed on x-x-x x:x:x -- Dump completed on DATE
# #
# End of 5.0 tests # End of 5.0 tests
# #
...@@ -1586,11 +1586,11 @@ DROP TABLE t1,t2; ...@@ -1586,11 +1586,11 @@ DROP TABLE t1,t2;
--exec $MYSQL_DUMP --skip-dump-date test --exec $MYSQL_DUMP --skip-dump-date test
--echo # --dump-date: --echo # --dump-date:
--replace_regex /-- [^D][^u][^m][^p].*// /\/\*!.*// /[0-9]+/x/ --replace_regex /-- [^D][^u][^m][^p].*// /\/\*!.*// / on [0-9 :-]+/ on DATE/
--exec $MYSQL_DUMP --dump-date test --exec $MYSQL_DUMP --dump-date test
--echo # --dump-date (default): --echo # --dump-date (default):
--replace_regex /-- [^D][^u][^m][^p].*// /\/\*!.*// /[0-9]+/x/ --replace_regex /-- [^D][^u][^m][^p].*// /\/\*!.*// / on [0-9 :-]+/ on DATE/
--exec $MYSQL_DUMP test --exec $MYSQL_DUMP test
--echo # --echo #
......
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