InnoDB Plugin
1.0
|
Go to the source code of this file.
Functions | |
UNIV_INLINE byte * | fut_get_ptr (ulint space, ulint zip_size, fil_addr_t addr, ulint rw_latch, mtr_t *mtr) |
File-based utilities
Created 12/13/1995 Heikki Tuuri
UNIV_INLINE byte* fut_get_ptr | ( | ulint | space, |
ulint | zip_size, | ||
fil_addr_t | addr, | ||
ulint | rw_latch, | ||
mtr_t * | mtr | ||
) |
Gets a pointer to a file address and latches the page.
Gets a pointer to a file address and latches the page.
space | in: space id |
zip_size | in: compressed page size in bytes or 0 for uncompressed pages |
addr | in: file address |
rw_latch | in: RW_S_LATCH, RW_X_LATCH |
mtr | in: mtr handle |