summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqldump.test
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2019-01-02 12:03:15 +0100
committerSergei Golubchik <serg@mariadb.org>2019-01-02 12:03:15 +0100
commit2450fd67ed403bb8a154925dd1ca500b23f5b3cc (patch)
treed8c2450bfd53144ce29f8d48b1971499676ec284 /mysql-test/t/mysqldump.test
parentb0fd06a6f27212cee770961171439a44626d8f14 (diff)
downloadmariadb-git-2450fd67ed403bb8a154925dd1ca500b23f5b3cc.tar.gz
fix the test for 2019
Diffstat (limited to 'mysql-test/t/mysqldump.test')
-rw-r--r--mysql-test/t/mysqldump.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqldump.test b/mysql-test/t/mysqldump.test
index cb12919a823..a8820f42541 100644
--- a/mysql-test/t/mysqldump.test
+++ b/mysql-test/t/mysqldump.test
@@ -1803,7 +1803,7 @@ show create event ee1;
## prove three works (with spaces and tabs on the end)
# start with one from the previous restore
-create event ee2 on schedule at '2018-12-31 21:01:23' do set @a=5;
+create event ee2 on schedule at '2030-12-31 21:01:22' do set @a=5;
create event ee3 on schedule at '2030-12-31 22:01:23' do set @a=5;
show events;
--exec $MYSQL_DUMP --events second > $MYSQLTEST_VARDIR/tmp/bug16853-2.sql