mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +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 */
|
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(
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********************************************************************//**
|
/*********************************************************************//**
|
||||||
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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue