mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Merge 10.5 into 10.6
This commit is contained in:
commit
b4c9cd201b
4 changed files with 30 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue