diff options
Diffstat (limited to 'sql/item_windowfunc.h')
-rw-r--r-- | sql/item_windowfunc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/item_windowfunc.h b/sql/item_windowfunc.h index 5b368e2cdbc..15e5c9a7c5b 100644 --- a/sql/item_windowfunc.h +++ b/sql/item_windowfunc.h @@ -963,7 +963,9 @@ public: bool resolve_window_name(THD *thd); - Item *get_copy(THD *thd, MEM_ROOT *mem_root) { return 0; } + void print(String *str, enum_query_type query_type); + + Item *get_copy(THD *thd, MEM_ROOT *mem_root) { return 0; } }; |