Below is the list of changes that have just been committed into a local
4.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.2459 06/01/26 10:16:28 tomas@stripped +1 -0
reserved config numbers in ndb
ndb/include/mgmapi/mgmapi_config_parameters.h
1.17 06/01/26 10:16:20 tomas@stripped +5 -0
reserved config numbers in ndb
# 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.ndb.mysql.com
# Root: /home/tomas/mysql-4.1
--- 1.16/ndb/include/mgmapi/mgmapi_config_parameters.h 2005-07-25 12:41:22 +02:00
+++ 1.17/ndb/include/mgmapi/mgmapi_config_parameters.h 2006-01-26 10:16:20 +01:00
@@ -85,6 +85,11 @@
#define CFG_DB_BACKUP_DATADIR 158
#define CFG_DB_MAX_OPEN_FILES 159
+#define CFG_DB_DISK_PAGE_BUFFER_MEMORY 160 /* used from 5.1 */
+#define CFG_DB_STRING_MEMORY 161 /* used from 5.1 */
+#define CFG_DB_INITIAL_OPEN_FILES 162 /* used from 5.1 */
+
+#define CFG_DB_DATA_MEM_2 199 /* used in special build in 5.1 */
#define CFG_NODE_ARBIT_RANK 200
#define CFG_NODE_ARBIT_DELAY 201
| Thread |
|---|
| • bk commit into 4.1 tree (tomas:1.2459) | tomas | 26 Jan |