mariadb/mysql-test/suite/innodb
Aleksey Midenkov 275e7d23f7 MDEV-14846 InnoDB: assertion on trx->state because of deadlock error ignored
On deadlock transaction is rolled back (and trx->state is cleared) but
SELECT continued the loop because evaluate_join_record() ignored the
error status returned from lower join evaluation. val_int() does not
return error status so it is checked by thd->is_error().

Test case was created by Thirunarayanan Balathandayuthapani
<thiru@mariadb.com>
2021-10-11 12:26:43 +03:00
..
include MDEV-22653: Remove the useless parameter innodb_simulate_comp_failures 2021-03-22 18:12:44 +02:00
r MDEV-14846 InnoDB: assertion on trx->state because of deadlock error ignored 2021-10-11 12:26:43 +03:00
t MDEV-14846 InnoDB: assertion on trx->state because of deadlock error ignored 2021-10-11 12:26:43 +03:00
disabled.def MDEV-23339 innodb_force_recovery=2 may still abort the rollback of recovered transactions 2020-07-30 09:24:36 +03:00