Below is the list of changes that have just been committed into a local
5.1 repository of thek. When thek does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-05-09 11:10:36+02:00, thek@adventure.(none) +3 -0
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@stripped, 2008-05-09 11:10:34+02:00, thek@adventure.(none) +0 -2
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@stripped, 2008-05-09 11:10:34+02:00,
thek@adventure.(none) +1 -1
Require that this test isn't run on embedded build
mysql-test/t/event_scheduler_func.test@stripped, 2008-05-09 11:10:34+02:00,
thek@adventure.(none) +1 -0
Require that this test isn't run on embedded build
diff -Nrup a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def
--- a/mysql-test/t/disabled.def 2008-05-07 04:37:53 +02:00
+++ b/mysql-test/t/disabled.def 2008-05-09 11:10:34 +02:00
@@ -13,7 +13,5 @@ federated_transactions : Bug#29523 Tra
status : Bug#32966 main.status fails
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
-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
diff -Nrup a/mysql-test/t/event_scheduler_basic.test
b/mysql-test/t/event_scheduler_basic.test
--- a/mysql-test/t/event_scheduler_basic.test 2008-04-10 15:13:51 +02:00
+++ b/mysql-test/t/event_scheduler_basic.test 2008-05-09 11:10:34 +02:00
@@ -22,7 +22,7 @@
# server-options.html#option_mysqld_event-scheduler #
# #
################################################################################
-
+--source include/not_embedded.inc
--source include/load_sysvars.inc
###############################################################
diff -Nrup a/mysql-test/t/event_scheduler_func.test
b/mysql-test/t/event_scheduler_func.test
--- a/mysql-test/t/event_scheduler_func.test 2008-04-10 15:13:51 +02:00
+++ b/mysql-test/t/event_scheduler_func.test 2008-05-09 11:10:34 +02:00
@@ -19,6 +19,7 @@
# #
################################################################################
+-- source include/not_embedded.inc
--disable_warnings
drop table if exists t1;
| Thread |
|---|
| • bk commit into 5.1 tree (thek:1.2620) BUG#35997 | kpettersson | 9 May 2008 |