List:Internals« Previous MessageNext Message »
From:tomas Date:May 27 2005 12:30pm
Subject:bk commit into 5.1 tree (tomas:1.1892)
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
  1.1892 05/05/27 14:30:42 tomas@stripped +1 -0
  NdbEventOperationImpl.cpp:
    we don't need to signal here, only in latestGCI

  storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp
    1.58 05/05/27 14:29:50 tomas@stripped +0 -5
    we don't need to signal here, only in latestGCI

# 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.1-wl2325

--- 1.57/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp	2005-05-27 14:01:33 +02:00
+++ 1.58/storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp	2005-05-27 14:29:50 +02:00
@@ -1152,11 +1152,6 @@
 #ifdef VM_TRACE
     op->m_data_count++;
 #endif
-    // signal subscriber that there's more to get
-    if (gci > m_waitGCI)
-    {
-      NdbCondition_Signal(p_cond);
-    }
     DBUG_RETURN(0);
   }
 
Thread
bk commit into 5.1 tree (tomas:1.1892)tomas27 May