• unknown's avatar
    ndb - bug#22548, Data nodes fail during starting if MaxNoOfUniqueHashIndexes has upper limit. · 8315731d
    unknown authored
    added check in ndb_mgmd so that the sum of MaxNoOfTables, MaxNoOfOrderedIndexes, MaxNoOfUniqueHashIndexes and the number of System Tables must not overflow the max Uint32 number.
    
    
    storage/ndb/src/mgmsrv/ConfigInfo.cpp:
      the sum of MaxNoOfTables, MaxNoOfOrderedIndexes, MaxNoOfUniqueHashIndexes and the number of System Tables must not overflow the max value of Uint32.
    8315731d
ConfigInfo.cpp 93.3 KB