• unknown's avatar
    Fix uninitialised variable in Dbacc · 82095bc4
    unknown authored
    
    ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
      Found use of uninitialised variable when increasing m_commit_count.
      Moved initialisation of rootfragrecptr to before increase of m_commit_count, and removed the two initializations further down, since they are now unneccessary.
    82095bc4
DbaccMain.cpp 496 KB