List:Internals« Previous MessageNext Message »
From:konstantin Date:September 9 2005 12:01am
Subject:bk commit into 5.0 tree (konstantin:1.1963)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kostja. When kostja 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.1963 05/09/09 02:01:04 konstantin@stripped +1 -0
  Fix -ansi -pedantic compilation failure.

  ndb/src/ndbapi/SignalSender.cpp
    1.2 05/09/09 02:00:54 konstantin@stripped +2 -2
    Fix -ansi -pedantic compilation failure.

# 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:	konstantin
# Host:	dragonfly.local
# Root:	/opt/local/work/mysql-5.0-root

--- 1.1/ndb/src/ndbapi/SignalSender.cpp	2005-09-08 13:34:51 +04:00
+++ 1.2/ndb/src/ndbapi/SignalSender.cpp	2005-09-09 02:00:54 +04:00
@@ -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 5.0 tree (konstantin:1.1963)konstantin9 Sep