mariadb/mysql-test/suite/innodb
Marko Mäkelä 58fe6b47d4 MDEV-26903: Assertion ctx->trx->state == TRX_STATE_ACTIVE on DROP INDEX
rollback_inplace_alter_table(): Tolerate a case where the transaction
is not in an active state. If ha_innobase::commit_inplace_alter_table()
failed with a deadlock, the transaction would already have been
rolled back. This omission of error handling was introduced in
commit 1bd681c8b3 (MDEV-25506 part 3).

After commit c3c53926c4 (MDEV-26554)
it became easier to trigger DB_DEADLOCK during exclusive table lock
acquisition in ha_innobase::commit_inplace_alter_table().

lock_table_low(): Add DBUG injection "innodb_table_deadlock".
2021-10-26 09:54:37 +03:00
..
include MDEV-25506 (3 of 3): Do not delete .ibd files before commit 2021-06-09 17:06:07 +03:00
r MDEV-26903: Assertion ctx->trx->state == TRX_STATE_ACTIVE on DROP INDEX 2021-10-26 09:54:37 +03:00
t MDEV-26903: Assertion ctx->trx->state == TRX_STATE_ACTIVE on DROP INDEX 2021-10-26 09:54:37 +03:00
disabled.def MDEV-24661: Remove the test innodb.innodb_wl6326_big 2021-01-29 18:03:20 +02:00