mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
branches/innodb+: buf0buddy.c: Undo changes to white space that make
the file differ from branches/zip.
This commit is contained in:
parent
24f1b3a91e
commit
f208759f13
1 changed files with 0 additions and 3 deletions
|
@ -201,7 +201,6 @@ buf_buddy_block_register(
|
|||
buf_block_t* block) /* in: buffer frame to allocate */
|
||||
{
|
||||
const ulint fold = BUF_POOL_ZIP_FOLD(block);
|
||||
|
||||
ut_ad(buf_pool_mutex_own());
|
||||
ut_ad(!mutex_own(&buf_pool_zip_mutex));
|
||||
|
||||
|
@ -213,7 +212,6 @@ buf_buddy_block_register(
|
|||
ut_ad(!block->page.in_page_hash);
|
||||
ut_ad(!block->page.in_zip_hash);
|
||||
ut_d(block->page.in_zip_hash = TRUE);
|
||||
|
||||
HASH_INSERT(buf_page_t, hash, buf_pool->zip_hash, fold, &block->page);
|
||||
|
||||
ut_d(buf_buddy_n_frames++);
|
||||
|
@ -307,7 +305,6 @@ buf_buddy_alloc_low(
|
|||
*lru = TRUE;
|
||||
buf_pool_mutex_enter();
|
||||
|
||||
|
||||
alloc_big:
|
||||
buf_buddy_block_register(block);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue