Below is the list of changes that have just been committed into a local
5.1 repository of andrey. When andrey 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.2102 06/02/09 23:15:45 andrey@lmy004. +1 -0
remove volatile. fixes windows build
WL#1034 (Internal CRON)
sql/set_var.cc
1.166 06/02/09 23:15:39 andrey@lmy004. +1 -1
remove volatile. fixes windows build
# 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: andrey
# Host: lmy004.
# Root: /work/mysql-5.1-events_i_s
--- 1.165/sql/set_var.cc 2006-02-05 10:06:04 +01:00
+++ 1.166/sql/set_var.cc 2006-02-09 23:15:39 +01:00
@@ -109,7 +109,7 @@
-extern volatile my_bool event_executor_running_global_var;
+extern my_bool event_executor_running_global_var;
static HASH system_variable_hash;
const char *bool_type_names[]= { "OFF", "ON", NullS };
| Thread |
|---|
| • bk commit into 5.1 tree (andrey:1.2102) | ahristov | 9 Feb |