summaryrefslogtreecommitdiff
path: root/storage/innobase/include/page0page.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-11-11 15:21:58 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2019-11-11 15:21:58 +0200
commit0117d0e65ac8051bc9f6d14764a2ab05e69bd895 (patch)
treed1e4caed5ef82fa8b46106321da4491ee57420e3 /storage/innobase/include/page0page.h
parentbce71a2909a8add9d0ca848bb387bacfd6e588e9 (diff)
parent0308de94ee806c21b6776ecab73396da75282596 (diff)
downloadmariadb-git-0117d0e65ac8051bc9f6d14764a2ab05e69bd895.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'storage/innobase/include/page0page.h')
-rw-r--r--storage/innobase/include/page0page.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/storage/innobase/include/page0page.h b/storage/innobase/include/page0page.h
index 95fc31d6c49..0d137086569 100644
--- a/storage/innobase/include/page0page.h
+++ b/storage/innobase/include/page0page.h
@@ -871,17 +871,6 @@ page_rec_find_owner_rec(
/*====================*/
rec_t* rec); /*!< in: the physical record */
-/***********************************************************************//**
-Write a 32-bit field in a data dictionary record. */
-UNIV_INLINE
-void
-page_rec_write_field(
-/*=================*/
- rec_t* rec, /*!< in/out: record to update */
- ulint i, /*!< in: index of the field to update */
- ulint val, /*!< in: value to write */
- mtr_t* mtr) /*!< in/out: mini-transaction */
- MY_ATTRIBUTE((nonnull));
/************************************************************//**
Returns the maximum combined size of records which can be inserted on top
of record heap.