Below is the list of changes that have just been committed into a local
5.1 repository of iggy. When iggy 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-04-23 14:34:10-04:00, iggy@recycle.(none) +1 -0
Merge recycle.(none):/src/bug25621/my50-bug25621
into recycle.(none):/src/bug25621/my51-bug25621
MERGE: 1.1810.2374.114
sql/mysqld.cc@stripped, 2007-04-23 14:34:06-04:00, iggy@recycle.(none) +0 -0
Auto merged
MERGE: 1.439.1.164
# 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: iggy
# Host: recycle.(none)
# Root: /src/bug25621/my51-bug25621/RESYNC
--- 1.628/sql/mysqld.cc 2007-04-05 12:50:20 -04:00
+++ 1.629/sql/mysqld.cc 2007-04-23 14:34:06 -04:00
@@ -3604,8 +3604,9 @@ void decrement_handler_count()
{
pthread_mutex_lock(&LOCK_thread_count);
handler_count--;
- pthread_mutex_unlock(&LOCK_thread_count);
pthread_cond_signal(&COND_handler_count);
+ pthread_mutex_unlock(&LOCK_thread_count);
+ my_thread_end();
}
#else
#define decrement_handler_count()
| Thread |
|---|
| • bk commit into 5.1 tree (iggy:1.2574) | Ignacio Galarza | 23 Apr |