summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-06-26 11:17:05 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2021-06-26 11:17:05 +0300
commitaa95c4236093afdf1e8fcb55bda5987e2db033e7 (patch)
tree0f1c29fcc3392bf6056cbb675eafea7216d2f9aa
parent759deaa0a22182353617c9fbff81f9f5fed25683 (diff)
downloadmariadb-git-aa95c4236093afdf1e8fcb55bda5987e2db033e7.tar.gz
Cleanup: Remove unused mtr_block_dirtied
-rw-r--r--storage/innobase/include/mtr0mtr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/innobase/include/mtr0mtr.h b/storage/innobase/include/mtr0mtr.h
index a9539000602..f3db0008c3e 100644
--- a/storage/innobase/include/mtr0mtr.h
+++ b/storage/innobase/include/mtr0mtr.h
@@ -81,11 +81,6 @@ savepoint. */
#define mtr_block_x_latch_at_savepoint(m, s, b) \
(m)->x_latch_at_savepoint((s), (b))
-/** Check if a mini-transaction is dirtying a clean page.
-@param b block being x-fixed
-@return true if the mtr is dirtying a clean page. */
-#define mtr_block_dirtied(b) mtr_t::is_block_dirtied((b))
-
/** Mini-transaction memo stack slot. */
struct mtr_memo_slot_t {
/** pointer to the object */