Below is the list of changes that have just been committed into a local
5.1 repository of andrey. When andrey does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2079 06/01/26 22:18:40 andrey@lmy004. +2 -0
post-commit fix of fix for bug#16419
WL#1034 (Internal CRON)
(not interesting for the Changelog)
mysql-test/t/events.test
1.10 06/01/26 22:18:32 andrey@lmy004. +1 -1
update test after pull after comit of fix for bug 16419
mysql-test/r/events.result
1.9 06/01/26 22:18:32 andrey@lmy004. +1 -1
update result
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: andrey
# Host: lmy004.
# Root: /work/mysql-5.1-bug16419
--- 1.8/mysql-test/r/events.result 2006-01-26 21:26:11 +01:00
+++ 1.9/mysql-test/r/events.result 2006-01-26 22:18:32 +01:00
@@ -41,7 +41,7 @@
0
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;
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
--- 1.9/mysql-test/t/events.test 2006-01-26 21:26:11 +01:00
+++ 1.10/mysql-test/t/events.test 2006-01-26 22:18:32 +01:00
@@ -34,7 +34,7 @@
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
| Thread |
|---|
| • bk commit into 5.1 tree (andrey:1.2079) BUG#16419 | ahristov | 26 Jan |