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/01/31 23:05:49 andrey@lmy004. +2 -0
volatile was bad idea in first place, at least for now
revert back so the windows build is back ok
could make it volatile later, if needed
fix for bug #16811 (missing volatile in extern declaration in sql/set_var.cc)
WL#1034 (Internal CRON)
sql/set_var.cc
1.163 06/01/31 23:05:37 andrey@lmy004. +1 -1
volatile was bad idea in first place, at least for now
revert back so the windows build is back ok
could make it volatile later, if needed
fix for bug #16811 (missing volatile in extern declaration in sql/set_var.cc)
sql/event_executor.cc
1.23 06/01/31 23:05:37 andrey@lmy004. +1 -1
volatile was bad idea in first place, at least for now
revert back so the windows build is back ok
could make it volatile later, if needed
fix for bug #16811 (missing volatile in extern declaration in sql/set_var.cc)
# 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: /home/andrey/mysql-5.1-bug16811
--- 1.22/sql/event_executor.cc 2006-01-30 17:54:11 +01:00
+++ 1.23/sql/event_executor.cc 2006-01-31 23:05:37 +01:00
@@ -41,7 +41,7 @@
ulonglong evex_main_thread_id= 0;
ulong opt_event_executor;
-volatile my_bool event_executor_running_global_var;
+my_bool event_executor_running_global_var;
static my_bool evex_mutexes_initted= false;
static uint workers_count;
--- 1.162/sql/set_var.cc 2006-01-30 13:09:02 +01:00
+++ 1.163/sql/set_var.cc 2006-01-31 23:05:37 +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) BUG#16811 | ahristov | 31 Jan |