summaryrefslogtreecommitdiff
path: root/mysql-test/t/event_scheduler_basic.test
Commit message (Collapse)AuthorAgeFilesLines
* WL#4681: Took the system variable tests out of the main test suite, put them ↵Horst Hunger2008-12-191-175/+0
| | | | into "sys_vars", updated some reult files and tests.
* Bug#35997 Event scheduler seems to let the server crash, if it is embedded.unknown2008-05-091-1/+1
| | | | | | | | | | | | | | | Enable previously disabled test cases which were tested against the embedded build. The test cases are modified so that they require non-embedded build. mysql-test/t/disabled.def: Re-enabled event_scheduler_basic and event_scheduler_func since these tests aren't suppose to work in embedded build anyway. mysql-test/t/event_scheduler_basic.test: Require that this test isn't run on embedded build mysql-test/t/event_scheduler_func.test: Require that this test isn't run on embedded build
* System variable tests delivered by Folio3 (see WL4288).unknown2008-04-101-0/+175
BitKeeper/etc/ignore: Added mysql-test/linux_sys_vars.inc mysql-test/load_sysvars.inc mysql-test/windows_sys_vars.inc to the ignore list