summaryrefslogtreecommitdiff
path: root/sql/sql_view.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2015-12-21 12:13:39 -0800
committerIgor Babaev <igor@askmonty.org>2015-12-21 12:13:39 -0800
commit6dbdb433cb0befb2e77a290d87ca4573e2c025f7 (patch)
tree2f133af7f95b1c8e36dd1450e6aaa7ee8f68928c /sql/sql_view.h
parentdfc4772f83b8c5dcee459435b3e4fbb8b881a1ad (diff)
downloadmariadb-git-6dbdb433cb0befb2e77a290d87ca4573e2c025f7.tar.gz
Fixed compile errors of the merge of the patch for mdev-8789 with 10.2.
Diffstat (limited to 'sql/sql_view.h')
-rw-r--r--sql/sql_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_view.h b/sql/sql_view.h
index 9f3881661b5..b9eb92198f8 100644
--- a/sql/sql_view.h
+++ b/sql/sql_view.h
@@ -56,6 +56,8 @@ bool check_duplicate_names(THD *thd, List<Item>& item_list,
bool mysql_rename_view(THD *thd, const char *new_db, const char *new_name,
TABLE_LIST *view);
+void make_valid_column_names(THD *thd, List<Item> &item_list);
+
#define VIEW_ANY_ACL (SELECT_ACL | UPDATE_ACL | INSERT_ACL | DELETE_ACL)
extern const LEX_STRING view_type;