List:Commits« Previous MessageNext Message »
From:tomas Date:November 20 2007 3:02pm
Subject:bk commit into 5.1 tree (tomas:1.2498) BUG#31958
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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-20 15:02:37+01:00, tomas@stripped +1 -0
  Bug #31958  	Slave stuck and stops processing relay logs

  storage/ndb/src/ndbapi/TransporterFacade.cpp@stripped, 2007-11-20 15:02:34+01:00,
tomas@stripped +1 -1
    Bug #31958  	Slave stuck and stops processing relay logs

# 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:	tomas
# Host:	whalegate.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-telco-gca

--- 1.59/storage/ndb/src/ndbapi/TransporterFacade.cpp	2007-06-14 16:10:10 +02:00
+++ 1.60/storage/ndb/src/ndbapi/TransporterFacade.cpp	2007-11-20 15:02:34 +01:00
@@ -1498,9 +1498,9 @@
     if (t_signal_cond_waiter)
       t_signal_cond_waiter->set_poll_owner(true);
   }
-  m_tp->unlock_mutex();
   if (t_signal_cond_waiter)
     t_signal_cond_waiter->cond_signal();
+  m_tp->unlock_mutex();
   m_locked=false;
 }
 
Thread
bk commit into 5.1 tree (tomas:1.2498) BUG#31958tomas20 Nov