From: Date: March 23 2005 9:09am Subject: bk commit into 5.0 tree (joreland:1.1788) List-Archive: http://lists.mysql.com/internals/23310 Message-Id: <20050323080926.8A3DEC00A6@eel.hemma.oreland.se.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.0 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.1788 05/03/23 09:09:13 joreland@stripped +1 -0 ndb - super pool - compile fix remove extra qualification which picky gcc complains about ndb/src/kernel/vm/SuperPool.hpp 1.2 05/03/23 09:09:07 joreland@stripped +2 -2 remove extra qualification which picky gcc complains about # 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: joreland # Host: eel.hemma.oreland.se.ndb.mysql.com # Root: /home/jonas/src/mysql-5.0-ndb --- 1.1/ndb/src/kernel/vm/SuperPool.hpp Mon Mar 21 11:58:46 2005 +++ 1.2/ndb/src/kernel/vm/SuperPool.hpp Wed Mar 23 09:09:07 2005 @@ -212,8 +212,8 @@ // Doubly-linked list of pages. There is one free list in super pool // and free, active, full list in each record pool. struct PageList { - PageList::PageList(); - PageList::PageList(PtrI pageI); + PageList(); + PageList(PtrI pageI); PtrI m_headPageI; PtrI m_tailPageI; Uint32 m_pageCount;