mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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
This commit is contained in:
@ -41,7 +41,7 @@ count(*)
|
|||||||
0
|
0
|
||||||
drop event event3;
|
drop event event3;
|
||||||
drop table t_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;
|
select db, name, body, definer, convert_tz(execute_at, 'UTC', 'SYSTEM'), on_completion from mysql.event;
|
||||||
db name body definer convert_tz(execute_at, 'UTC', 'SYSTEM') on_completion
|
db name body definer convert_tz(execute_at, 'UTC', 'SYSTEM') on_completion
|
||||||
events_test e_26 set @a = 5 root@localhost 2017-01-01 00:00:00 DROP
|
events_test e_26 set @a = 5 root@localhost 2017-01-01 00:00:00 DROP
|
||||||
|
@ -34,7 +34,7 @@ drop event event3;
|
|||||||
drop table t_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;
|
select db, name, body, definer, convert_tz(execute_at, 'UTC', 'SYSTEM'), on_completion from mysql.event;
|
||||||
drop event e_26;
|
drop event e_26;
|
||||||
--error 1503
|
--error 1503
|
||||||
|
Reference in New Issue
Block a user