summaryrefslogtreecommitdiff
path: root/sql/ddl_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ddl_log.h')
-rw-r--r--sql/ddl_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ddl_log.h b/sql/ddl_log.h
index 1541d9adbae..26ef6fcb6f2 100644
--- a/sql/ddl_log.h
+++ b/sql/ddl_log.h
@@ -252,7 +252,7 @@ typedef struct st_ddl_log_state
} DDL_LOG_STATE;
extern TYPELIB ddl_log_missing_engine_typelib;
-extern uint ddl_log_missing_engine;
+extern ulong ddl_log_missing_engine;
/* These functions are for recovery */
bool ddl_log_initialize();