List:Commits« Previous MessageNext Message »
From:Jonas Oreland Date:November 17 2008 11:29am
Subject:bzr push into mysql-5.1 branch (jonas:3100 to 3101)
View as plain text  
 3101 Jonas Oreland	2008-11-17
      ndb - fix assertion (and failure to start on windows)
modified:
  storage/ndb/src/mgmsrv/ConfigInfo.cpp

 3100 Pekka Nousiainen	2008-11-16
      wl#4391 00_fix.diff
      windows missing file
modified:
  storage/ndb/src/kernel/blocks/dbtup/CMakeLists.txt

=== 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:28:59 +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 push into mysql-5.1 branch (jonas:3100 to 3101) Jonas Oreland17 Nov