List:Commits« Previous MessageNext Message »
From:jonas Date:March 24 2006 10:36am
Subject:bk commit into 5.1 tree (jonas:1.2223) BUG#18295
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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.2223 06/03/24 11:35:57 jonas@stripped +1 -0
  ndb - bug#18295
    more work-arounds for gcc4

  storage/ndb/src/kernel/vm/Pool.hpp
    1.7 06/03/24 11:35:54 jonas@stripped +2 -2
    More gcc4 craziness

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/mysql-5.1-new

--- 1.6/storage/ndb/src/kernel/vm/Pool.hpp	2006-03-24 10:19:07 +01:00
+++ 1.7/storage/ndb/src/kernel/vm/Pool.hpp	2006-03-24 11:35:54 +01:00
@@ -197,7 +197,7 @@
   /**
    * Return an object to pool
    */
-  void release(Ptr<T> &);
+  void release(Ptr<T>);
 private:
   P m_pool;
 };
@@ -322,7 +322,7 @@
 template <typename T, typename P>
 inline
 void
-RecordPool<T, P>::release(Ptr<T> & ptr)
+RecordPool<T, P>::release(Ptr<T> ptr)
 {
   m_pool.release(*(Ptr<void>*)&ptr);
 }
Thread
bk commit into 5.1 tree (jonas:1.2223) BUG#18295jonas24 Mar