• unknown's avatar
    Fix uninit variable bug "surfaced" by removing mem init in SimulatedBlock · a550a61f
    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
    a550a61f
Dbdih.hpp 56.7 KB