mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
branches/zip: buf_page_is_accessed(): Correct the function comment.
This commit is contained in:
parent
2b85929647
commit
944431f027
2 changed files with 4 additions and 4 deletions
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue