List:Internals« Previous MessageNext Message »
From:tomas Date:September 8 2005 5:27pm
Subject:bk commit into 4.1 tree (tulin:1.2414)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of ndbdev. When ndbdev 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.2414 05/09/08 19:27:37 tulin@stripped +1 -0
  SignalSender.cpp:
    fixed compile error

  ndb/src/ndbapi/SignalSender.cpp
    1.2 05/09/08 19:26:47 ndbdev@stripped +1 -1
    fixed compile error

# 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:	tulin
# Host:	dl145c.mysql.com
# Root:	/home/ndbdev/tomas/mysql-4.1

--- 1.1/ndb/src/ndbapi/SignalSender.cpp	Thu Sep  8 11:34:51 2005
+++ 1.2/ndb/src/ndbapi/SignalSender.cpp	Thu Sep  8 19:26:47 2005
@@ -266,5 +266,5 @@
 
 template SimpleSignal* SignalSender::waitFor<WaitForNode>(unsigned, WaitForNode&);
 template SimpleSignal* SignalSender::waitFor<WaitForAny>(unsigned, WaitForAny&);
-template Vector<SimpleSignal*>;
+template class Vector<SimpleSignal*>;
   
Thread
bk commit into 4.1 tree (tulin:1.2414)tomas8 Sep