diff options
author | unknown <thek@adventure.(none)> | 2008-05-09 11:10:36 +0200 |
---|---|---|
committer | unknown <thek@adventure.(none)> | 2008-05-09 11:10:36 +0200 |
commit | 5908a32eeafa2a0410bd0575d51a423bf73b35f1 (patch) | |
tree | a3088b7dcf762a4390ea81e8097b448ac7dd2f14 /mysql-test/t/event_scheduler_basic.test | |
parent | 9a6fdf1fa5174c11a1b2002f7416ed09f5297cab (diff) | |
download | mariadb-git-5908a32eeafa2a0410bd0575d51a423bf73b35f1.tar.gz |
Bug#35997 Event scheduler seems to let the server crash, if it is embedded.
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
Diffstat (limited to 'mysql-test/t/event_scheduler_basic.test')
-rw-r--r-- | mysql-test/t/event_scheduler_basic.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/event_scheduler_basic.test b/mysql-test/t/event_scheduler_basic.test index c74d61775dc..f7045651613 100644 --- a/mysql-test/t/event_scheduler_basic.test +++ b/mysql-test/t/event_scheduler_basic.test @@ -22,7 +22,7 @@ # server-options.html#option_mysqld_event-scheduler # # # ################################################################################ - +--source include/not_embedded.inc --source include/load_sysvars.inc ############################################################### |