diff options
Diffstat (limited to 'sql/sql_cte.h')
-rw-r--r-- | sql/sql_cte.h | 2 |
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; } |