mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 20:25:32 +02:00
Bug#40990 Maria: failure of maria.test & maria_notemebedded in deadlock detection
detect a case when a blocker has removed itself and signalled after the condition timed out but before it (cond_wait) acquired the mutex back
This commit is contained in:
parent
6aa97fb664
commit
c45bf1b3cc
2 changed files with 22 additions and 1 deletions
|
|
@ -185,6 +185,7 @@ typedef struct st_wt_thd {
|
|||
#define WT_OK 0
|
||||
#define WT_DEADLOCK -1
|
||||
#define WT_DEPTH_EXCEEDED -2
|
||||
#define WT_FREE_TO_GO -3
|
||||
|
||||
void wt_init(void);
|
||||
void wt_end(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue