Commit fdffc5a5 authored by unknown's avatar unknown
Browse files

BUG#19378 Job Buffer Full error appears for too large MaxNoOfTables


storage/ndb/src/mgmsrv/ConfigInfo.cpp:
  The high bound of MaxNoOfTables changes into MAX_TABLES defined in ndb_limits.h
storage/ndb/src/mgmsrv/ParamInfo.cpp:
  The high bound of MaxNoOfTables changes into MAX_TABLES defined in ndb_limits.h
parent 0945d120
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -449,7 +449,7 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
    ConfigInfo::CI_INT,
    "128",
    "8",
    STR_VALUE(MAX_INT_RNIL) },
    STR_VALUE(MAX_TABLES) },
  
  {
    CFG_DB_NO_ORDERED_INDEXES,
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ const ParamInfo ParamInfoArray[] = {
    CI_INT,
    "128",
    "8",
    STR_VALUE(MAX_INT_RNIL) },
    STR_VALUE(MAX_TABLES) },
  
  {
    CFG_DB_NO_ORDERED_INDEXES,