List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:June 29 2007 12:36pm
Subject:bk commit into 6.0-falcon tree (hakank:1.2577) BUG#29133
View as plain text  
Below is the list of changes that have just been committed into a local
6.0-falcon repository of hakan. When hakan 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-06-29 12:36:26+02:00, hakank@stripped +1 -0
  Added Magnus Svensson's fix for Bug#29133.

  sql/mysqld.cc@stripped, 2007-06-29 12:36:22+02:00, hakank@stripped +1 -0
    Added Magnus Svensson's fix for Bug#29133.

# 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:	hakank
# Host:	lu0011.wdf.sap.corp
# Root:	/home/hakan/work/mysql/mysql-5.1-falcon

--- 1.605/sql/mysqld.cc	2007-06-05 09:45:59 +02:00
+++ 1.606/sql/mysqld.cc	2007-06-29 12:36:22 +02:00
@@ -759,6 +759,7 @@
     DBUG_PRINT("info",("Waiting for select thread"));
 
 #ifndef DONT_USE_THR_ALARM
+    if (pthread_kill(select_thread, thr_client_alarm))
       break;					// allready dead
 #endif
     set_timespec(abstime, 2);
Thread
bk commit into 6.0-falcon tree (hakank:1.2577) BUG#29133Hakan Kuecuekyilmaz29 Jun