1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

fix the test for 2019

This commit is contained in:
Sergei Golubchik
2019-01-02 12:03:15 +01:00
parent b0fd06a6f2
commit 2450fd67ed
2 changed files with 4 additions and 4 deletions

View File

@ -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