List:Commits« Previous MessageNext Message »
From:msvensson Date:May 23 2006 8:21pm
Subject:bk commit into 5.1 tree (msvensson:1.2178)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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
  1.2178 06/05/23 22:21:20 msvensson@stripped +1 -0
  Merge msvensson@stripped:/home/bk/mysql-5.1-new
  into  devsrv-b.mysql.com:/users/msvensson/mysql-5.1

  sql/mysqld.cc
    1.551 06/05/23 22:21:15 msvensson@stripped +0 -0
    Auto merged

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	devsrv-b.mysql.com
# Root:	/users/msvensson/mysql-5.1/RESYNC

--- 1.550/sql/mysqld.cc	2006-05-23 16:27:33 +02:00
+++ 1.551/sql/mysqld.cc	2006-05-23 22:21:15 +02:00
@@ -5017,7 +5017,7 @@
    (gptr*) &global_system_variables.engine_condition_pushdown,
    0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
   {"event-scheduler", OPT_EVENT_SCHEDULER, "Enable/disable the event scheduler.",
-   (gptr*) &Events::opt_event_scheduler, (gptr*) &Events::opt_event_scheduler, 0, GET_STR,
+   (gptr*) &Events::opt_event_scheduler, (gptr*) &Events::opt_event_scheduler, 0, GET_ULONG,
     REQUIRED_ARG, 2/*default*/, 0/*min-value*/, 2/*max-value*/, 0, 0, 0},
   {"exit-info", 'T', "Used for debugging;  Use at your own risk!", 0, 0, 0,
    GET_LONG, OPT_ARG, 0, 0, 0, 0, 0, 0},
Thread
bk commit into 5.1 tree (msvensson:1.2178)msvensson23 May