• unknown's avatar
    Fix uninit variable bug "surfaced" by removing mem init in SimulatedBlock · 0f5b2c52
    unknown authored
    
    ndb/include/kernel/signaldata/StartInfo.hpp:
      Fix signal len
    ndb/src/kernel/blocks/dbdih/Dbdih.hpp:
      Put init in constructor
    ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
      Send corrent start_inforef
      Init NodeRecord::allowNodeStart
    ndb/src/kernel/vm/SimulatedBlock.cpp:
      Remove all mem-inits so that debug/release don't differ
    0f5b2c52
Dbdih.hpp 56.7 KB