From 944431f027cda9b4ff648ed29e043a35b019f855 Mon Sep 17 00:00:00 2001 From: marko <> Date: Wed, 9 Sep 2009 06:25:00 +0000 Subject: [PATCH] branches/zip: buf_page_is_accessed(): Correct the function comment. --- include/buf0buf.h | 4 ++-- include/buf0buf.ic | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/buf0buf.h b/include/buf0buf.h index 299312e5d10..db95aa7ce21 100644 --- a/include/buf0buf.h +++ b/include/buf0buf.h @@ -807,8 +807,8 @@ buf_page_set_old( buf_page_t* bpage, /*!< in/out: control block */ ibool old); /*!< in: old */ /*********************************************************************//** -Determine the time of last access a block in the buffer pool. -@return ut_time_ms() at the time of last access, 0 if not accessed */ +Determine the time of first access of a block in the buffer pool. +@return ut_time_ms() at the time of first access, 0 if not accessed */ UNIV_INLINE unsigned buf_page_is_accessed( diff --git a/include/buf0buf.ic b/include/buf0buf.ic index d8f4b547efe..18ee4551eb4 100644 --- a/include/buf0buf.ic +++ b/include/buf0buf.ic @@ -471,8 +471,8 @@ buf_page_set_old( } /*********************************************************************//** -Determine the time of last access a block in the buffer pool. -@return ut_time_ms() at the time of last access, 0 if not accessed */ +Determine the time of first access of a block in the buffer pool. +@return ut_time_ms() at the time of first access, 0 if not accessed */ UNIV_INLINE unsigned buf_page_is_accessed(