• unknown's avatar
    Fix crash in BDB from improper cleanup of transactions, and avoid problem · 4d096730
    unknown authored
    in NDB that the fix would cause due to improper registration of a transaction
    that isn't meant to be seen by the handler layer. (Bug #14212)
    
    Thanks to Sergei Golubchik for helping with this.
    
    
    mysql-test/r/bdb.result:
      Add new result
    mysql-test/t/bdb.test:
      Add new regression test
    sql/ha_ndbcluster.cc:
      Don't register transaction if transactions are "disabled".
    sql/handler.cc:
      Commit statement before trying to end transaction.
    4d096730
ha_ndbcluster.cc 212 KB