Commit f7f67c8e authored by unknown's avatar unknown

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
parent 3478223e
...@@ -13,7 +13,5 @@ federated_transactions : Bug#29523 Transactions do not work ...@@ -13,7 +13,5 @@ federated_transactions : Bug#29523 Transactions do not work
status : Bug#32966 main.status fails status : Bug#32966 main.status fails
ps_ddl : Bug#12093 2007-12-14 pending WL#4165 / WL#4166 ps_ddl : Bug#12093 2007-12-14 pending WL#4165 / WL#4166
csv_alter_table : Bug#33696 2008-01-21 pcrews no .result file - bug allows NULL columns in CSV tables csv_alter_table : Bug#33696 2008-01-21 pcrews no .result file - bug allows NULL columns in CSV tables
event_scheduler_basic: BUG#35997 server seems to crash.
event_scheduler_func: BUG#35997 server seems to crash.
user_limits : Bug#23921 random failure of user_limits.test user_limits : Bug#23921 random failure of user_limits.test
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# server-options.html#option_mysqld_event-scheduler # # server-options.html#option_mysqld_event-scheduler #
# # # #
################################################################################ ################################################################################
--source include/not_embedded.inc
--source include/load_sysvars.inc --source include/load_sysvars.inc
############################################################### ###############################################################
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
# # # #
################################################################################ ################################################################################
-- source include/not_embedded.inc
--disable_warnings --disable_warnings
drop table if exists t1; drop table if exists t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment