mariadb/storage/innobase/trx
Marko Mäkelä f1b80d8ef1 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:25:47 +02:00
..
trx0i_s.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
trx0purge.cc 5.6.31 2016-06-21 14:21:03 +02:00
trx0rec.cc Merge branch '10.0' into 10.1 2016-06-28 22:01:55 +02:00
trx0roll.cc MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:25:47 +02:00
trx0rseg.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
trx0sys.cc Merge branch '10.0' into 10.1 2015-10-12 00:37:58 +02:00
trx0trx.cc A few fixes for VATS in 10.1 2016-10-25 18:57:03 -04:00
trx0undo.cc Merge branch 'merge-innodb-5.6' into 10.0 2016-06-21 14:58:19 +02:00