summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2016-03-21 11:46:03 -0700
committerIgor Babaev <igor@askmonty.org>2016-03-21 11:46:03 -0700
commit1fc2c63fb1ddc8622f370e59adeb2c512c7b7d63 (patch)
tree1aab7dc37457b2ee380fbabb488a6214b4f3d0ff /sql/sql_view.cc
parentec0fb660d7ac9d62374926e0e3f025a48975e806 (diff)
parentf340aaeb52916d028a41ed771dfbbdd9dc4c3f88 (diff)
downloadmariadb-git-1fc2c63fb1ddc8622f370e59adeb2c512c7b7d63.tar.gz
Manual merge of branch 'bb-10.2-mdev8789' into 10.2
Diffstat (limited to 'sql/sql_view.cc')
-rw-r--r--sql/sql_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_view.cc b/sql/sql_view.cc
index 4dac4f91f74..b063e9200e5 100644
--- a/sql/sql_view.cc
+++ b/sql/sql_view.cc
@@ -167,7 +167,7 @@ err:
@param item_list List of Items which should be checked
*/
-static void make_valid_column_names(THD *thd, List<Item> &item_list)
+void make_valid_column_names(THD *thd, List<Item> &item_list)
{
Item *item;
uint name_len;