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 15:55:57+02:00, thek@adventure.(none) +1 -0
Bug#35997 Event scheduler seems to let the server crash, if it is embedded.
SHOW commands fail in embedded mode because schema_table array doesn't
contain an element for event scheduler.
sql/sql_show.cc@stripped, 2008-05-09 15:55:54+02:00, thek@adventure.(none) +2 -0
Leave entry for EVENTS to keep array consistent.
diff -Nrup a/sql/sql_show.cc b/sql/sql_show.cc
--- a/sql/sql_show.cc 2008-05-09 09:43:00 +02:00
+++ b/sql/sql_show.cc 2008-05-09 15:55:54 +02:00
@@ -6548,6 +6548,8 @@ ST_SCHEMA_TABLE schema_tables[]=
#ifdef HAVE_EVENT_SCHEDULER
{"EVENTS", events_fields_info, create_schema_table,
Events::fill_schema_events, make_old_format, 0, -1, -1, 0, 0},
+#else
+ {"EVENTS", 0, 0, 0, 0, 0, -1, -1, 0, 0},
#endif
{"FILES", files_fields_info, create_schema_table,
fill_schema_files, 0, 0, -1, -1, 0, 0},
| Thread |
|---|
| • bk commit into 5.1 tree (thek:1.2621) BUG#35997 | kpettersson | 9 May 2008 |