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@stripped, 2006-11-22 14:06:59+01:00, andrey@stripped +1 -0
fix for bug#24396
mysql-test/t/events_bugs.test@stripped, 2006-11-22 14:06:50+01:00, andrey@stripped +1 -1
increase wait time..this had to be > 0.7
# 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: example.com
# Root: /work/bug24396/my51
--- 1.19/mysql-test/t/events_bugs.test 2006-11-22 14:07:12 +01:00
+++ 1.20/mysql-test/t/events_bugs.test 2006-11-22 14:07:12 +01:00
@@ -280,7 +280,7 @@ create event e22830_3 on schedule every
create event e22830_4 on schedule every 1 hour do alter event e22830_4 on schedule every
(select f22830() from dual) hour;
select event_name, event_definition, interval_value, interval_field from
information_schema.events order by event_name;
set global event_scheduler=on;
---sleep 0.7
+--sleep 2.4
set global event_scheduler=off;
select event_name, event_definition, interval_value, interval_field from
information_schema.events order by event_name;
drop function f22830;
| Thread |
|---|
| • bk commit into 5.1 tree (andrey:1.2387) BUG#24396 | ahristov | 22 Nov |