List:Commits« Previous MessageNext Message »
From:tomas Date:May 16 2006 9:50am
Subject:bk commit into 5.0 tree (tomas:1.2125)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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
  1.2125 06/05/16 11:50:13 tomas@stripped +3 -0
  Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
  into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.0

  support-files/mysql.spec.sh
    1.138 06/05/16 11:49:54 tomas@stripped +0 -0
    Auto merged

  ndb/src/ndbapi/SignalSender.cpp
    1.6 06/05/16 11:49:54 tomas@stripped +0 -0
    Auto merged

  ndb/src/mgmsrv/MgmtSrvr.cpp
    1.99 06/05/16 11:49:54 tomas@stripped +0 -0
    Auto merged

# 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:	poseidon.ndb.mysql.com
# Root:	/home/tomas/mysql-5.0/RESYNC

--- 1.98/ndb/src/mgmsrv/MgmtSrvr.cpp	2006-04-26 15:55:24 +02:00
+++ 1.99/ndb/src/mgmsrv/MgmtSrvr.cpp	2006-05-16 11:49:54 +02:00
@@ -2408,6 +2408,7 @@
 MgmtSrvr::abortBackup(Uint32 backupId)
 {
   SignalSender ss(theFacade);
+  ss.lock(); // lock will be released on exit
 
   bool next;
   NodeId nodeId = 0;

--- 1.5/ndb/src/ndbapi/SignalSender.cpp	2005-09-13 13:18:11 +02:00
+++ 1.6/ndb/src/ndbapi/SignalSender.cpp	2006-05-16 11:49:54 +02:00
@@ -75,7 +75,9 @@
 {
   m_cond = NdbCondition_Create();
   theFacade = facade;
+  lock();
   m_blockNo = theFacade->open(this, execSignal, execNodeStatus);
+  unlock();
   assert(m_blockNo > 0);
 }
 
Thread
bk commit into 5.0 tree (tomas:1.2125)tomas16 May