List:Commits« Previous MessageNext Message »
From:Jonas Oreland Date:November 17 2008 11:11am
Subject:bzr commit into mysql-5.1 branch (jonas:3081)
View as plain text  
#At file:///home/jonas/src/telco-6.4/

 3081 Jonas Oreland	2008-11-17
      ndb - fix assertion (and failure to start on windows)
modified:
  storage/ndb/src/mgmsrv/ConfigInfo.cpp

=== modified file 'storage/ndb/src/mgmsrv/ConfigInfo.cpp'
--- a/storage/ndb/src/mgmsrv/ConfigInfo.cpp	2008-11-10 14:43:52 +0000
+++ b/storage/ndb/src/mgmsrv/ConfigInfo.cpp	2008-11-17 11:11:45 +0000
@@ -520,7 +520,7 @@ const ConfigInfo::ParamInfo ConfigInfo::
     ConfigInfo::CI_INT,
     "128",
     "8",
-    STR_VALUE(MAX_TABLES) },
+    STR_VALUE(NDB_MAX_TABLES) },
   
   {
     CFG_DB_NO_ORDERED_INDEXES,

Thread
bzr commit into mysql-5.1 branch (jonas:3081) Jonas Oreland17 Nov