List:Internals« Previous MessageNext Message »
From:tomas Date:September 13 2005 8:03am
Subject:bk commit into 4.1 tree (tulin:1.2432)
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.2432 05/09/13 10:03:50 tulin@stripped +1 -0
  minor compile error fix

  ndb/src/ndbapi/SignalSender.cpp
    1.4 05/09/13 10:03:00 ndbdev@stripped +2 -0
    minor compile error fix

# 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.3/ndb/src/ndbapi/SignalSender.cpp	Mon Sep 12 17:00:46 2005
+++ 1.4/ndb/src/ndbapi/SignalSender.cpp	Tue Sep 13 10:03:00 2005
@@ -272,7 +272,9 @@
   NdbCondition_Signal(ss->m_cond);
 }
 
+#if __SUNPRO_CC != 0x560
 template SimpleSignal* SignalSender::waitFor<WaitForNode>(unsigned, WaitForNode&);
 template SimpleSignal* SignalSender::waitFor<WaitForAny>(unsigned, WaitForAny&);
+#endif
 template class Vector<SimpleSignal*>;
   
Thread
bk commit into 4.1 tree (tulin:1.2432)tomas13 Sep