summaryrefslogtreecommitdiff
path: root/storage/innobase/include/buf0lru.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-10-15 09:49:20 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2020-10-15 09:49:20 +0300
commitfa70c1462aabd3c3a052f6383fb8cef6120a34f3 (patch)
treeaa28da207de4cd034a897e66cc5ec9465cf12051 /storage/innobase/include/buf0lru.h
parent308f8350c7baa189cff74c845875117c2fe9c044 (diff)
downloadmariadb-git-fa70c1462aabd3c3a052f6383fb8cef6120a34f3.tar.gz
MDEV-23399 preparation: Remove buf_pool.zip_clean
The debug data structure may have been useful during the development of ROW_FORMAT=COMPRESSED page frames. Let us simplify code by removing it.
Diffstat (limited to 'storage/innobase/include/buf0lru.h')
-rw-r--r--storage/innobase/include/buf0lru.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/storage/innobase/include/buf0lru.h b/storage/innobase/include/buf0lru.h
index 937cb427a47..bdf56656692 100644
--- a/storage/innobase/include/buf0lru.h
+++ b/storage/innobase/include/buf0lru.h
@@ -47,15 +47,6 @@ These are low-level functions
@param[in] first first page to be flushed or evicted */
void buf_LRU_flush_or_remove_pages(ulint id, bool flush, ulint first = 0);
-#ifdef UNIV_DEBUG
-/********************************************************************//**
-Insert a compressed block into buf_pool.zip_clean in the LRU order. */
-void
-buf_LRU_insert_zip_clean(
-/*=====================*/
- buf_page_t* bpage); /*!< in: pointer to the block in question */
-#endif /* UNIV_DEBUG */
-
/** Try to free a block. If bpage is a descriptor of a compressed-only
ROW_FORMAT=COMPRESSED page, the buf_page_t object will be freed as well.
The caller must hold buf_pool.mutex.