summaryrefslogtreecommitdiff
path: root/sql/sql_cte.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_cte.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_cte.h')
-rw-r--r--sql/sql_cte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cte.h b/sql/sql_cte.h
index 5d3c0000581..1d572376f46 100644
--- a/sql/sql_cte.h
+++ b/sql/sql_cte.h
@@ -85,7 +85,7 @@ public:
st_select_lex_unit *clone_parsed_spec(THD *thd, TABLE_LIST *with_table);
- bool process_column_list();
+ bool process_column_list(THD *thd);
bool is_referenced() { return references != 0; }