1. 10 Mar, 2005 2 commits
    • 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
    • unknown's avatar
      Removed unused variable · a2b299b0
      unknown authored
      
      sql/sql_class.h:
        Removed unused variable temprary_tables_should_be_free
      a2b299b0
  2. 22 Feb, 2005 4 commits
  3. 21 Feb, 2005 34 commits