summaryrefslogtreecommitdiff
path: root/include/pagecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pagecache.h')
-rw-r--r--include/pagecache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pagecache.h b/include/pagecache.h
index 4d64070ad62..9f215325ae5 100644
--- a/include/pagecache.h
+++ b/include/pagecache.h
@@ -221,6 +221,9 @@ extern my_bool pagecache_delete_page(PAGECACHE *pagecache,
enum pagecache_page_lock lock,
my_bool flush);
extern void end_pagecache(PAGECACHE *keycache, my_bool cleanup);
+extern my_bool pagecache_collect_changed_blocks_with_LSN(PAGECACHE *pagecache,
+ LEX_STRING *str,
+ LSN *max_lsn);
C_MODE_END
#endif /* _keycache_h */