#At lp:maria 2758 [email protected] 2009-10-06 Fix events_time_zone.test to be skipped for embedded (no event scheduler in embedded server) modified: mysql-test/t/events_time_zone.test
=== modified file 'mysql-test/t/events_time_zone.test' --- a/mysql-test/t/events_time_zone.test 2008-11-14 16:18:20 +0000 +++ b/mysql-test/t/events_time_zone.test 2009-10-06 18:15:09 +0000 @@ -36,6 +36,9 @@ let $N = 5; # after a tests would be a perfect replacement. # +# Can't test with embedded server that doesn't support grants +-- source include/not_embedded.inc + --source include/big_test.inc _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

