• unknown's avatar
    Bug#19454: Some values of MaxNoOfTriggers can stop a server · e1fb031f
    unknown authored
    correct segment fault in setSize(), 
    and improve the error message with displaying the specific parameter's name if malloc fail
    
    
    storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
      add an argument refer to the ID of a parameter which will be malloced
    storage/ndb/src/kernel/vm/ArrayPool.hpp:
      in setSize(), correct the segment default due to overflow of two 32-bit interger's multiply
    e1fb031f
DbtupGen.cpp 20.7 KB