summaryrefslogtreecommitdiff
path: root/innobase/buf
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-12-08 14:34:58 +0200
committerunknown <marko@hundin.mysql.fi>2004-12-08 14:34:58 +0200
commit746799fb23aaef1705e9ee66de6a2cb77a8af2c8 (patch)
tree3e0b72bbe9244185a212519738dcdc9fedfad6fa /innobase/buf
parentff2c115ba8f048a117f9b3d03bd16b5883087826 (diff)
downloadmariadb-git-746799fb23aaef1705e9ee66de6a2cb77a8af2c8.tar.gz
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
Diffstat (limited to 'innobase/buf')
-rw-r--r--innobase/buf/buf0buf.c1
-rw-r--r--innobase/buf/buf0lru.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/innobase/buf/buf0buf.c b/innobase/buf/buf0buf.c
index 8ca353aa5fb..3930ea93889 100644
--- a/innobase/buf/buf0buf.c
+++ b/innobase/buf/buf0buf.c
@@ -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)));
diff --git a/innobase/buf/buf0lru.c b/innobase/buf/buf0lru.c
index 985426a9e2b..8460a049d3e 100644
--- a/innobase/buf/buf0lru.c
+++ b/innobase/buf/buf0lru.c
@@ -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;