1. 14 Dec, 2015 2 commits
    • Nirbhay Choubey's avatar
      MDEV-9162 : MariaDB Galera Cluster memory leak on async slave node · 18173ddf
      Nirbhay Choubey authored
      As galera node (slave) received query log events from an async
      replication master, it partially wrote the updates made to replication
      state table (mysql.gtid_slave_pos) to galera transaction writeset post
      TOI. As a result, the transaction handle, thus created within galera,
      was never freed/purged as the corresponding trx did not commit.
      Thus, it kept piling up for every query log event and was only reclaimed
      upon server shutdown when the transaction map object got destructed.
      Fixed by making sure that updates in replication slave state table
      are not written to galera transaction writeset and thus, not replicated
      to other nodes.
      18173ddf
    • Jan Lindström's avatar
      MDEV-8869: Potential lock_sys->mutex deadlock · 4437f516
      Jan Lindström authored
      In wsrep brute force (BF) we have already took lock_sys and trx
      mutex either on wsrep_abort_transaction() or
      before wsrep_kill_victim().
      4437f516
  2. 24 Nov, 2015 1 commit
  3. 20 Nov, 2015 3 commits
  4. 16 Nov, 2015 2 commits
  5. 15 Nov, 2015 1 commit
  6. 05 Nov, 2015 2 commits
  7. 31 Oct, 2015 1 commit
  8. 28 Oct, 2015 7 commits
  9. 27 Oct, 2015 3 commits
  10. 26 Oct, 2015 2 commits
  11. 25 Oct, 2015 1 commit
  12. 24 Oct, 2015 4 commits
  13. 23 Oct, 2015 1 commit
    • Monty's avatar
      Fixed MDEV-8408 · d546d1cc
      Monty authored
      Assertion `inited==INDEX' failed in int handler::ha_index_first(uchar*)
      
      The crash was because errors from init_read_record_idx() was not taken care of.
      d546d1cc
  14. 22 Oct, 2015 8 commits
  15. 21 Oct, 2015 2 commits