Commit cd20d905 authored by marko's avatar marko

branches/innodb+: buf0buddy.c: Undo changes to white space that make

the file differ from branches/zip.
parent 0b0d806e
...@@ -201,7 +201,6 @@ buf_buddy_block_register( ...@@ -201,7 +201,6 @@ buf_buddy_block_register(
buf_block_t* block) /* in: buffer frame to allocate */ buf_block_t* block) /* in: buffer frame to allocate */
{ {
const ulint fold = BUF_POOL_ZIP_FOLD(block); const ulint fold = BUF_POOL_ZIP_FOLD(block);
ut_ad(buf_pool_mutex_own()); ut_ad(buf_pool_mutex_own());
ut_ad(!mutex_own(&buf_pool_zip_mutex)); ut_ad(!mutex_own(&buf_pool_zip_mutex));
...@@ -213,7 +212,6 @@ buf_buddy_block_register( ...@@ -213,7 +212,6 @@ buf_buddy_block_register(
ut_ad(!block->page.in_page_hash); ut_ad(!block->page.in_page_hash);
ut_ad(!block->page.in_zip_hash); ut_ad(!block->page.in_zip_hash);
ut_d(block->page.in_zip_hash = TRUE); ut_d(block->page.in_zip_hash = TRUE);
HASH_INSERT(buf_page_t, hash, buf_pool->zip_hash, fold, &block->page); HASH_INSERT(buf_page_t, hash, buf_pool->zip_hash, fold, &block->page);
ut_d(buf_buddy_n_frames++); ut_d(buf_buddy_n_frames++);
...@@ -307,7 +305,6 @@ buf_buddy_alloc_low( ...@@ -307,7 +305,6 @@ buf_buddy_alloc_low(
*lru = TRUE; *lru = TRUE;
buf_pool_mutex_enter(); buf_pool_mutex_enter();
alloc_big: alloc_big:
buf_buddy_block_register(block); buf_buddy_block_register(block);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment