summaryrefslogtreecommitdiff
path: root/extra/mariabackup/backup_copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mariabackup/backup_copy.h')
-rw-r--r--extra/mariabackup/backup_copy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/mariabackup/backup_copy.h b/extra/mariabackup/backup_copy.h
index fbc09eaded3..7c886719f37 100644
--- a/extra/mariabackup/backup_copy.h
+++ b/extra/mariabackup/backup_copy.h
@@ -3,6 +3,7 @@
#define XTRABACKUP_BACKUP_COPY_H
#include <my_global.h>
+#include <mysql.h>
#include "datasink.h"
/* special files */
@@ -48,4 +49,7 @@ is_path_separator(char);
bool
directory_exists(const char *dir, bool create);
+lsn_t
+get_current_lsn(MYSQL *connection);
+
#endif