From: Date: May 9 2008 10:26am Subject: bk commit into 5.1 tree (thek:1.2619) BUG#35997 List-Archive: http://lists.mysql.com/commits/46553 X-Bug: 35997 Message-Id: <20080509082613.85DEA530625@Adventure> 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 10:26:06+02:00, thek@adventure.(none) +1 -0 Bug#35997 Event scheduler seems to let the server crash, if it is embedded. Missing file: include/is_embedded.inc This file was left out of the initial changeset by misstake. mysql-test/include/is_embedded.inc@stripped, 2008-05-09 10:26:01+02:00, thek@adventure.(none) +5 -0 Missing file patch: include/is_embedded.inc mysql-test/include/is_embedded.inc@stripped, 2008-05-09 10:26:01+02:00, thek@adventure.(none) +0 -0 diff -Nrup a/mysql-test/include/is_embedded.inc b/mysql-test/include/is_embedded.inc --- /dev/null Wed Dec 31 16:00:00 196900 +++ b/mysql-test/include/is_embedded.inc 2008-05-09 10:26:01 +02:00 @@ -0,0 +1,5 @@ +-- require r/is_embedded.require +disable_query_log; +select version() like '%embedded%' as 'have_embedded'; +enable_query_log; +