Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä 2021-06-24 12:39:34 +03:00
commit b4c9cd201b
4 changed files with 30 additions and 12 deletions

View file

@ -1920,6 +1920,8 @@ public:
UT_LIST_BASE_NODE_T(buf_page_t) free;
/*!< base node of the free
block list */
/** signaled each time when the free list grows; protected by mutex */
pthread_cond_t done_free;
UT_LIST_BASE_NODE_T(buf_page_t) withdraw;
/*!< base node of the withdraw