mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Cset exclude: heikki@hundin.mysql.fi|ChangeSet|20041027124510|04970
innobase/btr/btr0sea.c: Exclude innobase/buf/buf0buf.c: Exclude innobase/buf/buf0lru.c: Exclude innobase/ha/ha0ha.c: Exclude innobase/include/buf0buf.h: Exclude innobase/include/ha0ha.h: Exclude innobase/include/hash0hash.h: Exclude
This commit is contained in:
parent
ff2c115ba8
commit
746799fb23
7 changed files with 114 additions and 131 deletions
|
|
@ -466,7 +466,6 @@ buf_block_init(
|
|||
block->in_LRU_list = FALSE;
|
||||
|
||||
block->n_pointers = 0;
|
||||
block->hash_nodes = NULL;
|
||||
|
||||
rw_lock_create(&(block->lock));
|
||||
ut_ad(rw_lock_validate(&(block->lock)));
|
||||
|
|
|
|||
|
|
@ -823,7 +823,6 @@ buf_LRU_block_free_non_file_page(
|
|||
|| (block->state == BUF_BLOCK_READY_FOR_USE));
|
||||
|
||||
ut_a(block->n_pointers == 0);
|
||||
ut_a(block->hash_nodes == NULL);
|
||||
ut_a(!block->in_free_list);
|
||||
|
||||
block->state = BUF_BLOCK_NOT_USED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue