From: Date: May 9 2006 11:55am Subject: bk commit into 4.1 tree (mskold:1.2471) BUG#19623 List-Archive: http://lists.mysql.com/commits/6141 X-Bug: 19623 Message-Id: <20060509095558.A8A7075A9E@linux.site> Below is the list of changes that have just been committed into a local 4.1 repository of marty. When marty 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.2471 06/05/09 11:55:41 mskold@stripped +1 -0 bug #19623 UniqueHashIndexes resource leak: allocate array pool based on MaxNoOfTables ndb/src/kernel/blocks/dbtc/DbtcInit.cpp 1.10 06/05/09 11:54:46 mskold@stripped +1 -1 bug #19623 UniqueHashIndexes resource leak: allocate array pool based on MaxNoOfTables # 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: mskold # Host: linux.site # Root: /home/marty/MySQL/mysql-4.1 --- 1.9/ndb/src/kernel/blocks/dbtc/DbtcInit.cpp 2005-05-03 12:16:28 +02:00 +++ 1.10/ndb/src/kernel/blocks/dbtc/DbtcInit.cpp 2006-05-09 11:54:46 +02:00 @@ -190,7 +190,7 @@ ndb_mgm_get_int_parameter(p, CFG_DB_TRANS_BUFFER_MEM, &transactionBufferMemory); - ndb_mgm_get_int_parameter(p, CFG_DB_NO_UNIQUE_HASH_INDEXES, + ndb_mgm_get_int_parameter(p, CFG_DICT_TABLE, &maxNoOfIndexes); ndb_mgm_get_int_parameter(p, CFG_DB_NO_INDEX_OPS, &maxNoOfConcurrentIndexOperations);