1
/**********************************************************************
6
Created 12/13/1995 Heikki Tuuri
7
***********************************************************************/
18
/************************************************************************
19
Gets a pointer to a file address and latches the page. */
24
/* out: pointer to a byte in a frame; the file
25
page in the frame is bufferfixed and latched */
26
ulint space, /* in: space id */
27
fil_addr_t addr, /* in: file address */
28
ulint rw_latch, /* in: RW_S_LATCH, RW_X_LATCH */
29
mtr_t* mtr); /* in: mtr handle */