Details
Description
The test from MDEV-27992 is failing:
innodb.lock_delete_updated 'innodb' w3 [ fail ]
|
Test ended at 2022-08-31 13:50:52
|
 |
CURRENT_TEST: innodb.lock_delete_updated
|
mysqltest: At line 26: query 'reap' succeeded - should have failed with error ER_LOCK_DEADLOCK (1213)...
|
Maybe we should use some syncpoint instead of include/wait_condition.inc, for example, lock_wait_suspend_thread_enter for 10.[345] and lock_wait_start for 10.6+, to make sure DELETE created waiting lock before the next UPDATE begins locking.
Attachments
Issue Links
- relates to
-
MDEV-27992 DELETE fails to delete record after blocking is released
- Closed