List:Internals« Previous MessageNext Message »
From:Joerg Bruehe Date:November 3 2005 12:05pm
Subject:bk commit into 5.1 tree (joerg:1.1955)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of joerg. When joerg 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.1955 05/11/03 12:05:37 joerg@stripped +1 -0
  storage/ndb/src/kernel/blocks/suma/Suma.hpp
      Fix a C++ scoping issue as told by Tomas Ulin via IRC, causing compile errors on HP-UX.

  storage/ndb/src/kernel/blocks/suma/Suma.hpp
    1.7 05/11/03 12:05:32 joerg@stripped +1 -0
    Fix a C++ scoping issue as told by Tomas Ulin via IRC, causing compile errors on HP-UX.

# 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:	joerg
# Host:	trift2.
# Root:	/M51/clone-5.1

--- 1.6/storage/ndb/src/kernel/blocks/suma/Suma.hpp	2005-10-07 01:06:20 +02:00
+++ 1.7/storage/ndb/src/kernel/blocks/suma/Suma.hpp	2005-11-03 12:05:32 +01:00
@@ -148,6 +148,7 @@
    * Subscriptions
    */
   class Table;
+  friend class Table;
   typedef Ptr<Table> TablePtr;
 
   struct SyncRecord {
Thread
bk commit into 5.1 tree (joerg:1.1955)Joerg Bruehe3 Nov