diff options
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 913413e80a8..b98f13700f5 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -1068,7 +1068,8 @@ public: class FK_ddl_vector: public mbd::map<TABLE_SHARE *, FK_ddl_backup>, public ddl_log_info { public: - bool install_shadow_frms(THD *thd); + int write_shadow_frms(); + bool install_shadow_frms(); void drop_backup_frms(THD *thd); void rollback(THD *thd); }; |