summaryrefslogtreecommitdiff
path: root/storage/innodb_plugin/buf
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@oracle.com>2010-05-20 16:07:34 +0300
committerMarko Mäkelä <marko.makela@oracle.com>2010-05-20 16:07:34 +0300
commit114fc25b24582fff2f109ec382f24e23930ce6dd (patch)
tree824a412cbfc49182da59ad890ddda3dd3084540e /storage/innodb_plugin/buf
parent7767b53c7f802c8ed758253a59d2dbc4bb0ac1a6 (diff)
downloadmariadb-git-114fc25b24582fff2f109ec382f24e23930ce6dd.tar.gz
buf_LRU_free_block(): Correct an error in the comment.
Diffstat (limited to 'storage/innodb_plugin/buf')
-rw-r--r--storage/innodb_plugin/buf/buf0lru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innodb_plugin/buf/buf0lru.c b/storage/innodb_plugin/buf/buf0lru.c
index ac5eea649cb..78d8d348e2a 100644
--- a/storage/innodb_plugin/buf/buf0lru.c
+++ b/storage/innodb_plugin/buf/buf0lru.c
@@ -1364,7 +1364,7 @@ buf_LRU_make_block_old(
Try to free a block. If bpage is a descriptor of a compressed-only
page, the descriptor object will be freed as well.
-NOTE: If this function returns BUF_LRU_FREED, it will not temporarily
+NOTE: If this function returns BUF_LRU_FREED, it will temporarily
release buf_pool_mutex. Furthermore, the page frame will no longer be
accessible via bpage.