branches/zip: buf_page_is_accessed(): Correct the function comment.

This commit is contained in:
marko 2009-09-09 06:25:00 +00:00
parent 2b85929647
commit 944431f027
2 changed files with 4 additions and 4 deletions

View file

@ -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(

View file

@ -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(