List:Commits« Previous MessageNext Message »
From:tomas Date:February 21 2007 1:58pm
Subject:bk commit into 5.1 tree (tomas:1.2434)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.2434 07/02/21 20:58:42 tomas@stripped +1 -0
  ndb - moved initialization of ndbd fs block first to ensure that it gets enough space for allocation of file system thread stacks

  storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp
    1.46 07/02/21 20:58:34 tomas@stripped +1 -1
    ndb - moved initialization of ndbd fs block first to ensure that it gets enough space for allocation of file system thread stacks

# 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:	tomas
# Host:	poseidon.mysql.com
# Root:	/home/tomas/mysql-5.1-telco-6.1_2

--- 1.45/storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp	2007-02-20 03:24:34 +07:00
+++ 1.46/storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp	2007-02-21 20:58:34 +07:00
@@ -91,6 +91,7 @@ static BlockInfo ALL_BLOCKS[] = { 
 static const Uint32 ALL_BLOCKS_SZ = sizeof(ALL_BLOCKS)/sizeof(BlockInfo);
 
 static BlockReference readConfigOrder[ALL_BLOCKS_SZ] = {
+  NDBFS_REF, // let it run first to make sure it can start the threads
   CMVMI_REF,
   DBTUP_REF,
   DBACC_REF,
@@ -99,7 +100,6 @@ static BlockReference readConfigOrder[AL
   DBTUX_REF,
   DBDICT_REF,
   DBDIH_REF,
-  NDBFS_REF,
   NDBCNTR_REF,
   QMGR_REF,
   TRIX_REF,
Thread
bk commit into 5.1 tree (tomas:1.2434)tomas21 Feb