#At file:///home/marko/innobase/dev/mysql/5.1-innodb/ based on revid:marko.makela@strippedcqdvwoph8k
3475 Marko Mäkelä 2010-05-20
buf_LRU_free_block(): Correct an error in the comment.
modified:
storage/innodb_plugin/buf/buf0lru.c
storage/innodb_plugin/include/buf0lru.h
=== modified file 'storage/innodb_plugin/buf/buf0lru.c'
--- a/storage/innodb_plugin/buf/buf0lru.c revid:marko.makela@stripped20104042-ma2nsscqdvwoph8k
+++ b/storage/innodb_plugin/buf/buf0lru.c revid:marko.makela@strippedeow9mn60czp7o4m
@@ -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.
=== modified file 'storage/innodb_plugin/include/buf0lru.h'
--- a/storage/innodb_plugin/include/buf0lru.h revid:marko.makela@stripped2-ma2nsscqdvwoph8k
+++ b/storage/innodb_plugin/include/buf0lru.h revid:marko.makela@stripped9mn60czp7o4m
@@ -96,7 +96,7 @@ buf_LRU_insert_zip_clean(
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.
Attachment: [text/bzr-bundle] bzr/marko.makela@oracle.com-20100520130734-ueow9mn60czp7o4m.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-innodb branch (marko.makela:3475) | marko.makela | 20 May |