summaryrefslogtreecommitdiff
path: root/storage/maria/ma_recovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/ma_recovery.h')
-rw-r--r--storage/maria/ma_recovery.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/maria/ma_recovery.h b/storage/maria/ma_recovery.h
index 0bfcdd17d39..5b22c4fd9b2 100644
--- a/storage/maria/ma_recovery.h
+++ b/storage/maria/ma_recovery.h
@@ -30,4 +30,6 @@ int maria_apply_log(LSN lsn, LSN lsn_end, enum maria_apply_log_way apply,
FILE *trace_file,
my_bool execute_undo_phase, my_bool skip_DDLs,
my_bool take_checkpoints, uint *warnings_count);
+/* Table of tables to recover */
+extern HASH tables_to_redo;
C_MODE_END