1. 23 Feb, 2016 12 commits
  2. 22 Feb, 2016 20 commits
  3. 18 Feb, 2016 1 commit
  4. 17 Feb, 2016 4 commits
  5. 23 Dec, 2015 1 commit
  6. 22 Dec, 2015 2 commits
    • Nirbhay Choubey's avatar
      e6c0f25f
    • Nirbhay Choubey's avatar
      MDEV-9224 : Database lockup on flush in galera · fe4047dc
      Nirbhay Choubey authored
      A deadlock can occur when the wsrep applier thread while
      executing FLUSH TABLES waits for MDL lock owned by other
      local transactions, which in turn are waiting for commit
      order if their seqno comes after one assigned to FLUSH
      TABLES.
      Fixed by making sure that the wsrep applier thread while
      executing FLUSH TABLES does not wait for table share(s)
      to be removed from table definition cache.
      fe4047dc