summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index c9ce1fff8db..ffd6642b140 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -12520,7 +12520,7 @@ bool TABLE_SHARE::fk_handle_create(THD *thd, FK_create_vector &shares)
@return Error status
*/
-bool Alter_table_ctx::fk_prepare_rename(TABLE *table, Create_field *def,
+bool Alter_table_ctx::fk_prepare_rename(THD *thd, TABLE *table, Create_field *def,
mbd::set<FK_table_to_lock> &fk_tables_to_lock)
{
Table_name altered_table(table->s->db, table->s->table_name);