208
208
ulint mode); /* in: logging mode: MTR_LOG_NONE, ... */
209
209
/************************************************************
210
210
Reads 1 - 4 bytes from a file page buffered in the buffer pool. */
217
ulint type, /* in: MLOG_1BYTE, MLOG_2BYTES, MLOG_4BYTES */
217
ulint type, /* in: MLOG_1BYTE, MLOG_2BYTES, MLOG_4BYTES */
219
219
/************************************************************
220
220
Reads 8 bytes from a file page buffered in the buffer pool. */
228
228
/*************************************************************************
229
229
This macro locks an rw-lock in s-mode. */
230
230
#define mtr_s_lock(B, MTR) mtr_s_lock_func((B), __FILE__, __LINE__,\