summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index b044ef42b97..4a554ae7fe2 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -732,7 +732,7 @@ public:
friend void lex_start(THD *thd);
friend int subselect_union_engine::exec();
- List<Item> *get_unit_column_types();
+ List<Item> *get_column_types(bool for_cursor);
select_union *get_union_result() { return union_result; }
int save_union_explain(Explain_query *output);