List:Commits« Previous MessageNext Message »
From:gni Date:February 12 2007 9:35am
Subject:bk commit into 5.0 tree (gni:1.2260) BUG#19378
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of root. When root 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@stripped, 2007-02-12 16:35:32+08:00, gni@stripped +1 -0
  BUG#19378 Job Buffer Full error appears for too large MaxNoOfTables

  ndb/src/mgmsrv/ConfigInfo.cpp@stripped, 2007-02-12 16:35:30+08:00, gni@stripped
+1 -1
    The high bound of MaxNoOfTables changes into MAX_TABLES defined in ndb_limits.h

# 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:	gni
# Host:	dev3-221.dev.cn.tlan
# Root:	/home/ngb/mysql/mysql-5.0/bug19378

--- 1.80/ndb/src/mgmsrv/ConfigInfo.cpp	2007-02-12 16:35:36 +08:00
+++ 1.81/ndb/src/mgmsrv/ConfigInfo.cpp	2007-02-12 16:35:36 +08:00
@@ -459,7 +459,7 @@
     ConfigInfo::CI_INT,
     "128",
     "8",
-    STR_VALUE(MAX_INT_RNIL) },
+    STR_VALUE(MAX_TABLES) },
   
   {
     CFG_DB_NO_ORDERED_INDEXES,
Thread
bk commit into 5.0 tree (gni:1.2260) BUG#19378gni12 Feb