List:Internals« Previous MessageNext Message »
From:Elliot Murphy Date:October 11 2005 7:17pm
Subject:bk commit into 5.0 tree (elliot:1.2036)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of emurphy. When emurphy 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.2036 05/10/11 15:17:00 elliot@stripped +1 -0
  Fix compile failure on OS X.

  ndb/src/mgmsrv/Services.cpp
    1.56 05/10/11 15:16:49 elliot@stripped +0 -1
    Removing explicit template instantiation that should not be there
    (compile 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:	elliot
# Host:	agony.local
# Root:	/Users/emurphy/src/work/mysql-5.0-bug13343

--- 1.55/ndb/src/mgmsrv/Services.cpp	2005-10-10 03:38:15 -04:00
+++ 1.56/ndb/src/mgmsrv/Services.cpp	2005-10-11 15:16:49 -04:00
@@ -1574,4 +1574,3 @@
 
 template class MutexVector<int>;
 template class Vector<ParserRow<MgmApiSession> const*>;
-template class Vector<BaseString>;
Thread
bk commit into 5.0 tree (elliot:1.2036)Elliot Murphy11 Oct