mariadb/storage/xtradb/trx
Marko Mäkelä 33ed16c750 MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED
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.
2016-12-02 16:44:53 +02:00
..
trx0i_s.cc Merge branch 'merge-xtradb-5.6' into 0.0 2016-06-21 15:27:09 +02:00
trx0purge.cc 5.6.31-77.0 2016-08-10 19:24:58 +02:00
trx0rec.cc Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
trx0roll.cc MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:44:53 +02:00
trx0rseg.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
trx0sys.cc MDEV-6368: assertion xid_seqno > trx_sys_cur_xid_seqno 2016-05-31 20:37:00 -04:00
trx0trx.cc Merge branch '10.0' into 10.1 2016-08-25 12:40:09 +02:00
trx0undo.cc Merge branch 'merge/merge-xtradb-5.6' into 10.0 2016-08-10 19:55:45 +02:00