1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysqldump.test, mysqldump.result:

Bug #31077: post-commit fix.
This commit is contained in:
gshchepa/uchum@gleb.loc
2007-10-03 11:36:42 +05:00
parent c81751adba
commit a6b5121b40
2 changed files with 4 additions and 4 deletions

View File

@ -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 completed on x-x-x x:x:x
-- Dump completed on DATE
#
# End of 5.0 tests
#

View File

@ -1586,11 +1586,11 @@ DROP TABLE t1,t2;
--exec $MYSQL_DUMP --skip-dump-date test
--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
--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
--echo #