MySQL 9.1.0
Source Code Documentation
|
The database buffer pool high-level routines. More...
Go to the source code of this file.
Functions | |
bool | buf_page_is_zeroes (const byte *read_buf, const page_size_t &page_size) |
Checks if a page contains only zeroes. More... | |
The database buffer pool high-level routines.
Created 11/5/1995 Heikki Tuuri
bool buf_page_is_zeroes | ( | const byte * | read_buf, |
const page_size_t & | page_size | ||
) |
Checks if a page contains only zeroes.
[in] | read_buf | database page |
[in] | page_size | page size |