mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Merge mysql-5.1-innodb from bk-internal into my local tree
This commit is contained in:
commit
f664def4da
2 changed files with 2 additions and 2 deletions
|
|
@ -1364,7 +1364,7 @@ buf_LRU_make_block_old(
|
|||
Try to free a block. If bpage is a descriptor of a compressed-only
|
||||
page, the descriptor object will be freed as well.
|
||||
|
||||
NOTE: If this function returns BUF_LRU_FREED, it will not temporarily
|
||||
NOTE: If this function returns BUF_LRU_FREED, it will temporarily
|
||||
release buf_pool_mutex. Furthermore, the page frame will no longer be
|
||||
accessible via bpage.
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ buf_LRU_insert_zip_clean(
|
|||
Try to free a block. If bpage is a descriptor of a compressed-only
|
||||
page, the descriptor object will be freed as well.
|
||||
|
||||
NOTE: If this function returns BUF_LRU_FREED, it will not temporarily
|
||||
NOTE: If this function returns BUF_LRU_FREED, it will temporarily
|
||||
release buf_pool_mutex. Furthermore, the page frame will no longer be
|
||||
accessible via bpage.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue