List:Commits« Previous MessageNext Message »
From:Ignacio Galarza Date:April 23 2007 6:37pm
Subject:bk commit into 5.1 tree (iggy:1.2576)
View as plain text  
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:37:32-04:00, iggy@recycle.(none) +1 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-maint
  into  recycle.(none):/src/bug25621/my51-bug25621
  MERGE: 1.2534.24.1

  sql/mysqld.cc@stripped, 2007-04-23 14:37:26-04:00, iggy@recycle.(none) +0 -0
    Auto merged
    MERGE: 1.621.9.4

# 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.634/sql/mysqld.cc	2007-04-23 11:00:57 -04:00
+++ 1.635/sql/mysqld.cc	2007-04-23 14:37:26 -04:00
@@ -3622,8 +3622,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.2576)Ignacio Galarza23 Apr