|
|
|
@ -893,6 +893,7 @@ page_parse_create( |
|
|
|
ulint comp, /*!< in: nonzero=compact page format */ |
|
|
|
buf_block_t* block, /*!< in: block or NULL */ |
|
|
|
mtr_t* mtr); /*!< in: mtr or NULL */ |
|
|
|
#ifndef UNIV_HOTBACKUP |
|
|
|
/************************************************************//** |
|
|
|
Prints record contents including the data relevant only in |
|
|
|
the index page context. */ |
|
|
|
@ -902,6 +903,7 @@ page_rec_print( |
|
|
|
/*===========*/ |
|
|
|
const rec_t* rec, /*!< in: physical record */ |
|
|
|
const ulint* offsets);/*!< in: record descriptor */ |
|
|
|
# ifdef UNIV_BTR_PRINT |
|
|
|
/***************************************************************//** |
|
|
|
This is used to print the contents of the directory for |
|
|
|
debugging purposes. */ |
|
|
|
@ -941,6 +943,8 @@ page_print( |
|
|
|
in directory */ |
|
|
|
ulint rn); /*!< in: print rn first and last records |
|
|
|
in directory */ |
|
|
|
# endif /* UNIV_BTR_PRINT */ |
|
|
|
#endif /* !UNIV_HOTBACKUP */ |
|
|
|
/***************************************************************//** |
|
|
|
The following is used to validate a record on a page. This function |
|
|
|
differs from rec_validate as it can also check the n_owned field and |
|
|
|
|