From: Date: February 6 2007 1:00pm Subject: bk commit into 5.1 tree (gni:1.2420) BUG#19378 List-Archive: http://lists.mysql.com/commits/19380 X-Bug: 19378 Message-Id: <200702061200.l16C08Zo003078@dev3-221.dev.cn.tlan> Below is the list of changes that have just been committed into a local 5.1 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-06 20:00:00+08:00, gni@stripped +2 -0 BUG#19378 Job Buffer Full error appears for too large MaxNoOfTables storage/ndb/src/mgmsrv/ConfigInfo.cpp@stripped, 2007-02-06 19:59:58+08:00, gni@stripped +1 -1 The high bound of MaxNoOfTables changes into MAX_TABLES defined in ndb_limits.h storage/ndb/src/mgmsrv/ParamInfo.cpp@stripped, 2007-02-06 19:59:58+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.1/mysql-5.1-bug19378 --- 1.3/storage/ndb/src/mgmsrv/ParamInfo.cpp 2007-02-06 20:00:08 +08:00 +++ 1.4/storage/ndb/src/mgmsrv/ParamInfo.cpp 2007-02-06 20:00:08 +08:00 @@ -275,7 +275,7 @@ CI_INT, "128", "8", - STR_VALUE(MAX_INT_RNIL) }, + STR_VALUE(MAX_TABLES) }, { CFG_DB_NO_ORDERED_INDEXES, --- 1.97/storage/ndb/src/mgmsrv/ConfigInfo.cpp 2007-02-06 20:00:08 +08:00 +++ 1.98/storage/ndb/src/mgmsrv/ConfigInfo.cpp 2007-02-06 20:00:08 +08:00 @@ -449,7 +449,7 @@ ConfigInfo::CI_INT, "128", "8", - STR_VALUE(MAX_INT_RNIL) }, + STR_VALUE(MAX_TABLES) }, { CFG_DB_NO_ORDERED_INDEXES,