List:Commits« Previous MessageNext Message »
From:jonas Date:February 15 2006 12:08pm
Subject:bk commit into 5.1 tree (ndbdev:1.2101)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ndbdev. When ndbdev 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.2101 06/02/15 13:08:38 ndbdev@stripped +2 -0
  ndb dd - Fix includes

  storage/ndb/src/kernel/vm/ArrayPool.hpp
    1.11 06/02/15 13:06:21 ndbdev@stripped +1 -1
    ndb dd - Fix includes

  storage/ndb/src/kernel/vm/SimulatedBlock.hpp
    1.20 06/02/15 13:06:20 ndbdev@stripped +1 -0
    ndb dd - Fix includes

# 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:	ndbdev
# Host:	ndbmaster.mysql.com
# Root:	/space/at-jonas/clone-mysql-5.1-ndb-new-2006-02-15

--- 1.10/storage/ndb/src/kernel/vm/ArrayPool.hpp	Wed Jan 11 09:26:03 2006
+++ 1.11/storage/ndb/src/kernel/vm/ArrayPool.hpp	Wed Feb 15 13:06:21 2006
@@ -20,7 +20,7 @@
 #include <ndb_global.h>
 #include "ndbd_malloc.hpp"
 
-#include <pc.hpp>
+#include "Pool.hpp"
 #include <ErrorReporter.hpp>
 #include <NdbMem.h>
 #include <Bitmask.hpp>

--- 1.19/storage/ndb/src/kernel/vm/SimulatedBlock.hpp	Mon Feb 13 13:12:43 2006
+++ 1.20/storage/ndb/src/kernel/vm/SimulatedBlock.hpp	Wed Feb 15 13:06:20 2006
@@ -28,6 +28,7 @@
 #include <GlobalSignalNumbers.h>
 
 #include "pc.hpp"
+#include "Pool.hpp"
 #include <NodeInfo.hpp>
 #include <NodeState.hpp>
 #include "GlobalData.hpp"
Thread
bk commit into 5.1 tree (ndbdev:1.2101)jonas15 Feb