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

the file differ from branches/zip.
This commit is contained in:
marko 2008-09-17 19:38:41 +00:00
parent 24f1b3a91e
commit f208759f13

View file

@ -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);