summaryrefslogtreecommitdiff
path: root/storage/innobase/include
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2023-01-10 13:58:03 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2023-01-10 13:58:03 +0200
commitab36eac584a0bef4a048a3fd8ae56ff2cbfcb6cc (patch)
tree0d1b90c00ead9bf4e429168d00c0ccb123d1e887 /storage/innobase/include
parent8356fb68c366b7f515f9060d964ee598653756a6 (diff)
parent56c9b0bca0576985c31f20b46dcb060a01e81a2b (diff)
downloadmariadb-git-ab36eac584a0bef4a048a3fd8ae56ff2cbfcb6cc.tar.gz
Merge 10.6 into 10.7
Diffstat (limited to 'storage/innobase/include')
-rw-r--r--storage/innobase/include/log0recv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/innobase/include/log0recv.h b/storage/innobase/include/log0recv.h
index 6c47c135526..309454521ec 100644
--- a/storage/innobase/include/log0recv.h
+++ b/storage/innobase/include/log0recv.h
@@ -92,6 +92,11 @@ extern void (*log_file_op)(uint32_t space_id, int type,
const byte* name, ulint len,
const byte* new_name, ulint new_len);
+/** Report an operation which does undo log tablespace truncation
+during backup
+@param space_id undo tablespace identifier */
+extern void (*undo_space_trunc)(uint32_t space_id);
+
/** Report an operation which does INIT_PAGE for page0 during backup.
@param space_id tablespace identifier */
extern void (*first_page_init)(uint32_t space_id);