summaryrefslogtreecommitdiff
path: root/mysql-test/t/events.test
diff options
context:
space:
mode:
authorunknown <andrey@lmy004.>2006-01-26 22:18:40 +0100
committerunknown <andrey@lmy004.>2006-01-26 22:18:40 +0100
commitcf54bc182d98bb0b31f9ba71ad670542f0d93906 (patch)
tree96beac40ff4361038f0b7d56c2316f820a0bab2a /mysql-test/t/events.test
parentc0161265cc718acfd42c3723990c69ef726cca14 (diff)
downloadmariadb-git-cf54bc182d98bb0b31f9ba71ad670542f0d93906.tar.gz
post-commit fix of fix for bug#16419
WL#1034 (Internal CRON) (not interesting for the Changelog) mysql-test/r/events.result: update result mysql-test/t/events.test: update test after pull after comit of fix for bug 16419
Diffstat (limited to 'mysql-test/t/events.test')
-rw-r--r--mysql-test/t/events.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/events.test b/mysql-test/t/events.test
index 8c0fb371ca7..c92e247ef7f 100644
--- a/mysql-test/t/events.test
+++ b/mysql-test/t/events.test
@@ -34,7 +34,7 @@ drop event event3;
drop table t_event3;
-create event e_26 on schedule at '2017-01-01 00:00:00' disabled do set @a = 5;
+create event e_26 on schedule at '2017-01-01 00:00:00' disable do set @a = 5;
select db, name, body, definer, convert_tz(execute_at, 'UTC', 'SYSTEM'), on_completion from mysql.event;
drop event e_26;
--error 1503