summaryrefslogtreecommitdiffstats
path: root/storage/innobase/include/fsp0fsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/fsp0fsp.h')
-rw-r--r--storage/innobase/include/fsp0fsp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/innobase/include/fsp0fsp.h b/storage/innobase/include/fsp0fsp.h
index 99459bcb..015cb48c 100644
--- a/storage/innobase/include/fsp0fsp.h
+++ b/storage/innobase/include/fsp0fsp.h
@@ -555,6 +555,12 @@ inline void fsp_init_file_page(
mtr->init(block);
}
+/** Truncate the system tablespace */
+void fsp_system_tablespace_truncate();
+
+/** Truncate the temporary tablespace */
+void fsp_shrink_temp_space();
+
#ifndef UNIV_DEBUG
# define fsp_init_file_page(space, block, mtr) fsp_init_file_page(block, mtr)
#endif