=== modified file 'sql/events.cc'
--- a/sql/events.cc	2009-05-27 09:22:28 +0000
+++ b/sql/events.cc	2009-05-27 13:35:06 +0000
@@ -1100,8 +1100,8 @@
     Check if the event scheduler is initialized do it now. 
     Later inits my change behaviour, but that is ok.
   */
-  if (!is_initialized())
-    init(false);
+  if (opt_event_scheduler != EVENTS_DISABLED && !is_initialized())
+    Events::init(FALSE); 
 
   if (opt_event_scheduler == EVENTS_DISABLED)
   {



