Below is the list of changes that have just been committed into a local
5.1 repository of alik. When alik 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, 2007-11-12 17:26:32+03:00, anozdrin@station. +1 -0
A patch for BUG#32172: information_schema test fails with
wait_condition timeout.
The problem was that the event thread didn't manage to execute
the event in 30 seconds on highly-loaded box. The fix is to
increase timeout.
This is a fix for the test suite.
mysql-test/t/information_schema.test@stripped, 2007-11-12 17:26:29+03:00, anozdrin@station. +1 -0
Provide more time to execute an event.
diff -Nrup a/mysql-test/t/information_schema.test b/mysql-test/t/information_schema.test
--- a/mysql-test/t/information_schema.test 2007-10-23 18:02:24 +04:00
+++ b/mysql-test/t/information_schema.test 2007-11-12 17:26:29 +03:00
@@ -1142,6 +1142,7 @@ END$$
DELIMITER ;$$
+let $wait_timeout= 300;
let $wait_condition=select count(*) = 0 from information_schema.events where event_name='event_status';
--source include/wait_condition.inc
| Thread |
|---|
| • bk commit into 5.1 tree (anozdrin:1.2609) BUG#32172 | Alexander Nozdrin | 12 Nov |