1. 08 Dec, 2016 2 commits
  2. 07 Dec, 2016 2 commits
  3. 05 Dec, 2016 15 commits
  4. 04 Dec, 2016 8 commits
  5. 03 Dec, 2016 8 commits
  6. 02 Dec, 2016 2 commits
    • Jan Lindström's avatar
      MDEV-11168: InnoDB: Failing assertion: !other_lock ||... · 1e2b46d5
      Jan Lindström authored
      MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->trx->mysql_thd, FALSE) || wsrep_thd_is_BF(other_lock->trx->mysql_thd, FALSE)
      
      Merge fix from 10.1.
      1e2b46d5
    • Marko Mäkelä's avatar
      MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED · 33ed16c7
      Marko Mäkelä authored
      trx_state_eq(): Add the parameter bool relaxed=false, to
      allow trx->state==TRX_STATE_NOT_STARTED where a different
      state is expected, if an error has been reported.
      
      trx_release_savepoint_for_mysql(): Pass relaxed=true to
      trx_state_eq(). That is, allow the transaction to be idle
      when ROLLBACK TO SAVEPOINT is attempted after an error
      has been reported to the client.
      33ed16c7
  7. 01 Dec, 2016 3 commits