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:
  Provide more time to execute an event.
This commit is contained in:
unknown 2007-11-12 17:26:32 +03:00
parent 819eaead10
commit 0dda7aa6db

View File

@ -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