summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2022-05-31 15:07:02 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2022-05-31 15:07:02 +0300
commit431aaabe8380077ef592238c7c83c43df82ab02d (patch)
treea89794b31d5d56177e38d0a8a21b0da1c237a1f0
parent424ad322ea096d6552c49e0bc268c730e897e915 (diff)
downloadmariadb-git-431aaabe8380077ef592238c7c83c43df82ab02d.tar.gz
fixup! 424ad322ea096d6552c49e0bc268c730e897e915bb-10.5-MDEV-18976
-rw-r--r--storage/innobase/include/buf0buf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/innobase/include/buf0buf.h b/storage/innobase/include/buf0buf.h
index 7032d2ee68a..6339f2312b1 100644
--- a/storage/innobase/include/buf0buf.h
+++ b/storage/innobase/include/buf0buf.h
@@ -1215,9 +1215,6 @@ struct buf_block_t{
@param zip_size ROW_FORMAT=COMPRESSED page size, or 0
@param fix initial buf_fix_count() */
void initialise(const page_id_t page_id, ulint zip_size, uint32_t fix= 0);
-
- /** @return checksum for an OPT_PAGE_CHECKSUM record */
- uint32_t page_checksum() const;
};
/**********************************************************************//**