summaryrefslogtreecommitdiff
path: root/sql/sql_rename.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_rename.h')
-rw-r--r--sql/sql_rename.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_rename.h b/sql/sql_rename.h
index 1b9fcfb12bc..1f5f94b0f5c 100644
--- a/sql/sql_rename.h
+++ b/sql/sql_rename.h
@@ -19,6 +19,7 @@
class THD;
struct TABLE_LIST;
-bool mysql_rename_tables(THD *thd, TABLE_LIST *table_list, bool silent);
+bool mysql_rename_tables(THD *thd, TABLE_LIST *table_list, bool silent,
+ bool if_exists);
#endif /* SQL_RENAME_INCLUDED */