mariadb/mysql-test/suite/innodb
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
..
include MDEV-11426 Remove InnoDB INFORMATION_SCHEMA.FILES implementation 2016-12-01 13:16:25 +02:00
r MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:44:53 +02:00
t MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:44:53 +02:00
disabled.def MDEV-11185: innodb.innodb_trx_weight fails in buildbot 2016-11-16 12:07:12 +02:00