MySQL 9.1.0
Source Code Documentation
|
File-based utilities. More...
Functions | |
static byte * | fut_get_ptr (space_id_t space, const page_size_t &page_size, fil_addr_t addr, rw_lock_type_t rw_latch, mtr_t *mtr, buf_block_t **ptr_block) |
Gets a pointer to a file address and latches the page. More... | |
File-based utilities.
Created 12/13/1995 Heikki Tuuri
|
inlinestatic |
Gets a pointer to a file address and latches the page.
[in] | space | Space id |
[in] | page_size | Page size |
[in] | addr | File address |
[in] | rw_latch | RW_S_LATCH, RW_X_LATCH, RW_SX_LATCH |
[in,out] | mtr | Mini-transaction |
[out] | ptr_block | File page |