mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
562c88257f
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.
1 line
61 B
Text
1 line
61 B
Text
--enable-plugin-innodb-lock-waits --enable-plugin-innodb-trx
|