summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fsp0fsp.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-04-08 08:22:34 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-04-08 08:22:34 +0300
commitd8303c3ee7750f4003e3561c3e60ee6e636bf9ad (patch)
treee4e8bb9a850836859974be09bf8cf524ea21491c /storage/innobase/include/fsp0fsp.h
parenta2afba8b01c249971f600a82f1a9b0a119374b9a (diff)
parentcc492bfd4ff2d15cc5803a7d80f1559ceeb003c1 (diff)
downloadmariadb-git-d8303c3ee7750f4003e3561c3e60ee6e636bf9ad.tar.gz
Merge 10.3 into 10.4
Diffstat (limited to 'storage/innobase/include/fsp0fsp.h')
-rw-r--r--storage/innobase/include/fsp0fsp.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/storage/innobase/include/fsp0fsp.h b/storage/innobase/include/fsp0fsp.h
index 9a89971bb0d..651d1c1ef72 100644
--- a/storage/innobase/include/fsp0fsp.h
+++ b/storage/innobase/include/fsp0fsp.h
@@ -602,15 +602,10 @@ inline bool fsp_descr_page(const page_id_t page_id, ulint physical_size)
return (page_id.page_no() & (physical_size - 1)) == FSP_XDES_OFFSET;
}
-/***********************************************************//**
-Parses a redo log record of a file page init.
-@return end of log record or NULL */
-byte*
-fsp_parse_init_file_page(
-/*=====================*/
- byte* ptr, /*!< in: buffer */
- byte* end_ptr, /*!< in: buffer end */
- buf_block_t* block); /*!< in: block or NULL */
+/** Initialize a file page whose prior contents should be ignored.
+@param[in,out] block buffer pool block */
+void fsp_apply_init_file_page(buf_block_t* block);
+
#ifdef UNIV_BTR_PRINT
/*******************************************************************//**
Writes info of a segment. */