Skip to content

Commit e76e128

Browse files
committed
MDEV-21962 fixup: Remove buf_pool_contains_zip()
The replacement is buf_pool.contains_zip().
1 parent 1435f35 commit e76e128

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

storage/innobase/include/buf0buf.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -592,14 +592,6 @@ inline uint buf_page_full_crc32_size(const byte* buf, bool* comp, bool* cr)
592592
}
593593

594594
#ifndef UNIV_INNOCHECKSUM
595-
#ifdef UNIV_DEBUG
596-
/** Find a block in the buffer pool that points to a given compressed page.
597-
@param[in] data pointer to compressed page
598-
@return buffer block pointing to the compressed page
599-
@retval NULL if not found */
600-
buf_block_t* buf_pool_contains_zip(const void* data);
601-
#endif /* UNIV_DEBUG */
602-
603595
/** Dump a page to stderr.
604596
@param[in] read_buf database page
605597
@param[in] zip_size compressed page size, or 0 */

0 commit comments

Comments
 (0)