1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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
This commit is contained in:
unknown
2008-05-09 11:10:36 +02:00
parent 9a6fdf1fa5
commit 5908a32eea
3 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,7 @@
# server-options.html#option_mysqld_event-scheduler #
# #
################################################################################
--source include/not_embedded.inc
--source include/load_sysvars.inc
###############################################################