1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

mysqldump.c, mysqldump.test, mysqldump.result:

Bug #31077: post-commit fix.
This commit is contained in:
gshchepa/uchum@gleb.loc
2007-10-03 02:50:38 +05:00
parent 5fc81ee88e
commit c81751adba
3 changed files with 21 additions and 6 deletions

View File

@@ -3548,11 +3548,23 @@ DROP TABLE t1,t2;
# "Dump completed on"
#
# --skip-dump-date:
--
-- Dump completed
# --dump-date:
-- Dump completed on -- ::
--
-- Dump completed on x-x-x x:x:x
# --dump-date (default):
-- Dump completed on -- ::
--
-- Dump completed on x-x-x x:x:x
#
# End of 5.0 tests
#