List:Commits« Previous MessageNext Message »
From:knielsen Date:May 29 2008 1:10pm
Subject:bk commit into 5.1 tree (knielsen:1.2609)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of knielsen.  When knielsen 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, 2008-05-29 15:09:49+02:00, knielsen@ymer.(none) +1 -0
  Reserve config numbers for telco-6.4 push.

  storage/ndb/include/mgmapi/mgmapi_config_parameters.h@stripped, 2008-05-29 15:09:45+02:00, knielsen@ymer.(none) +3 -0
    Reserve config numbers for telco-6.4 push.

diff -Nrup a/storage/ndb/include/mgmapi/mgmapi_config_parameters.h b/storage/ndb/include/mgmapi/mgmapi_config_parameters.h
--- a/storage/ndb/include/mgmapi/mgmapi_config_parameters.h	2008-05-21 11:16:33 +02:00
+++ b/storage/ndb/include/mgmapi/mgmapi_config_parameters.h	2008-05-29 15:09:45 +02:00
@@ -26,6 +26,7 @@
 #define CFG_NODE_HOST                 5
 #define CFG_NODE_SYSTEM               6
 #define CFG_NODE_DATADIR              7
+#define CFG_9                         9         /* used in later version */
 
 /**
  * DB config parameters
@@ -136,6 +137,7 @@
 
 #define CFG_NODE_ARBIT_RANK           200
 #define CFG_NODE_ARBIT_DELAY          201
+#define CFG_202                       202       /* used in later version */
 
 #define CFG_MIN_LOGLEVEL          250
 #define CFG_LOGLEVEL_STARTUP      250
@@ -165,6 +167,7 @@
 #define CFG_CONNECTION_HOSTNAME_2     408
 #define CFG_CONNECTION_GROUP          409
 #define CFG_CONNECTION_NODE_ID_SERVER 410
+#define CFG_411                       411       /* used in later version */
 
 #define CFG_TCP_SERVER                452
 #define CFG_TCP_SEND_BUFFER_SIZE      454
Thread
bk commit into 5.1 tree (knielsen:1.2609)knielsen29 May