mariadb/mysql-test/t/show_explain.opt
Sergei Petrunia 562c88257f MDEV-10674: main.show_explain failed in buildbot
Fix a race condition in the testcase. The testcase assumed that
State='Sending data' means that the thread is already in an
InnoDB lock wait. This is not case, there is a gap between the
state changing to Sending data and execution reaching the point
where it is waiting for a lock.

Use a more precise check instead, through I_S.INNODB_TRX.
2021-05-03 17:43:52 +03:00

1 line
61 B
Text

--enable-plugin-innodb-lock-waits --enable-plugin-innodb-trx