Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.2(EOL)
-
None
Description
Commit 2e814d4 merges InnoDB 5.7 from mysql-5.7.9, along with other fixes. I believe it also accidentally reverts 7371dfa (MDEV-6933). Specifically, it adds back these two lines in storage/innobase/lock/lock0wait.cc:
/* Wake the lock timeout monitor thread, if it is suspended */
|
|
os_event_set(lock_sys->timeout_event);
|
I couldn't find any reference to a ticket that was explicitly resolved by reverting this, so I presume the cause is an incorrect merge (mysql-5.7.9 still has that code in lock0wait.cc).
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.2 [ 14601 ] | |
Assignee | Marko Mäkelä [ marko ] |
Assignee | Marko Mäkelä [ marko ] | Jan Lindström [ jplindst ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.2.6 [ 22527 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 80664 ] | MariaDB v4 [ 152114 ] |
ATTN jplindst.