1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03: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:
Sergei Golubchik
2009-01-07 21:50:11 +01:00
parent 6aa97fb664
commit c45bf1b3cc
2 changed files with 22 additions and 1 deletions

View File

@@ -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);