List:Commits« Previous MessageNext Message »
From:Magnus Blåudd Date:May 19 2009 1:58pm
Subject:bzr push into mysql-5.1-telco-6.3 branch (magnus.blaudd:2962 to 2963)
Bug#44749
View as plain text  
 2963 Magnus Blåudd	2009-05-19
      Bug#44749 ndb_config --xml: hostname as valid key and MaxNoOfOpenFiles need fix
       - Revert the previous change of HostName to UNDEFINED

    modified:
      storage/ndb/src/mgmsrv/ConfigInfo.cpp
 2962 Bernhard Ocklin	2009-05-19 [merge]
      adopting legal info

    modified:
      README
=== modified file 'storage/ndb/src/mgmsrv/ConfigInfo.cpp'
--- a/storage/ndb/src/mgmsrv/ConfigInfo.cpp	2009-05-18 13:06:49 +0000
+++ b/storage/ndb/src/mgmsrv/ConfigInfo.cpp	2009-05-19 13:58:29 +0000
@@ -423,7 +423,7 @@ const ConfigInfo::ParamInfo ConfigInfo::
     ConfigInfo::CI_USED,
     false,
     ConfigInfo::CI_STRING,
-    UNDEFINED,
+    "localhost",
     0, 0 },
 
   {
@@ -1651,7 +1651,7 @@ const ConfigInfo::ParamInfo ConfigInfo::
     ConfigInfo::CI_USED,
     false,
     ConfigInfo::CI_STRING,
-    UNDEFINED,
+    "",
     0, 0 },
 
   {
@@ -1810,7 +1810,7 @@ const ConfigInfo::ParamInfo ConfigInfo::
     ConfigInfo::CI_USED,
     false,
     ConfigInfo::CI_STRING,
-    UNDEFINED,
+    "",
     0, 0 },
 
   {

Attachment: [text/bzr-bundle] bzr/magnus.blaudd@sun.com-20090519135829-xedif18zi226cs78.bundle
Thread
bzr push into mysql-5.1-telco-6.3 branch (magnus.blaudd:2962 to 2963)Bug#44749Magnus Blåudd19 May