Commit 3b4cab37 authored by marko's avatar marko

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

parent 17792f8e
...@@ -807,8 +807,8 @@ buf_page_set_old( ...@@ -807,8 +807,8 @@ buf_page_set_old(
buf_page_t* bpage, /*!< in/out: control block */ buf_page_t* bpage, /*!< in/out: control block */
ibool old); /*!< in: old */ ibool old); /*!< in: old */
/*********************************************************************//** /*********************************************************************//**
Determine the time of last access a block in the buffer pool. Determine the time of first access of a block in the buffer pool.
@return ut_time_ms() at the time of last access, 0 if not accessed */ @return ut_time_ms() at the time of first access, 0 if not accessed */
UNIV_INLINE UNIV_INLINE
unsigned unsigned
buf_page_is_accessed( buf_page_is_accessed(
......
...@@ -471,8 +471,8 @@ buf_page_set_old( ...@@ -471,8 +471,8 @@ buf_page_set_old(
} }
/*********************************************************************//** /*********************************************************************//**
Determine the time of last access a block in the buffer pool. Determine the time of first access of a block in the buffer pool.
@return ut_time_ms() at the time of last access, 0 if not accessed */ @return ut_time_ms() at the time of first access, 0 if not accessed */
UNIV_INLINE UNIV_INLINE
unsigned unsigned
buf_page_is_accessed( buf_page_is_accessed(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment