Below is the list of changes that have just been committed into a local
6.0 repository of dkatz. When dkatz 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, 2007-11-02 15:39:06-04:00, dkatz@stripped +2 -0
wl441: Enable building the thread-pooling code by default on unix platforms.
BUILD/SETUP.sh@stripped, 2007-11-02 15:39:00-04:00, dkatz@stripped +1 -1
Added --with-libevent to max builds, to allow for the
--thread_handling=pool-of-threads command line option.
sql/scheduler.cc@stripped, 2007-11-02 15:39:00-04:00, dkatz@stripped +1 -1
better comment
diff -Nrup a/BUILD/SETUP.sh b/BUILD/SETUP.sh
--- a/BUILD/SETUP.sh 2007-09-11 13:43:59 -04:00
+++ b/BUILD/SETUP.sh 2007-11-02 15:39:00 -04:00
@@ -164,7 +164,7 @@ local_infile_configs="--enable-local-inf
max_no_embedded_configs="$SSL_LIBRARY --with-plugins=max"
max_no_ndb_configs="$SSL_LIBRARY --with-plugins=max-no-ndb --with-embedded-server"
-max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server"
+max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-libevent"
#
# CPU and platform specific compilation flags.
diff -Nrup a/sql/scheduler.cc b/sql/scheduler.cc
--- a/sql/scheduler.cc 2007-11-01 14:37:48 -04:00
+++ b/sql/scheduler.cc 2007-11-02 15:39:00 -04:00
@@ -522,7 +522,7 @@ thread_exit:
/*
Returns TRUE if the connection needs immediate processing and FALSE if
- instead it's queued for libevent processing,
+ instead it's queued for libevent processing or closed,
*/
static bool libevent_needs_immediate_processing(THD *thd)
{
| Thread |
|---|
| • bk commit into 6.0 tree (dkatz:1.2643) | damien | 2 Nov |