diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2016-03-02 13:08:55 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2016-03-02 13:08:55 +0300 |
commit | 86acf267fee6851771432bafa101122e8200893d (patch) | |
tree | d02eb27a0cdc5e5dcc93fec093e83f44bd3edf94 /sql/item_sum.h | |
parent | dedf87fdf4648d418b7a2a653ca9996e86680283 (diff) | |
download | mariadb-git-86acf267fee6851771432bafa101122e8200893d.tar.gz |
Remove all comments starting with 'psergey'
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r-- | sql/item_sum.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h index c01735b00ff..106de402d00 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -546,7 +546,6 @@ public: virtual bool add()= 0; virtual bool setup(THD *thd) { return false; } - //psergey: for window functions: virtual void remove() { DBUG_ASSERT(0); } virtual void cleanup(); @@ -555,7 +554,6 @@ public: return trace_unsupported_by_check_vcol_func_processor(func_name()); } - //psergey-todo: this is ugly: virtual void setup_window_func(THD *thd, Window_spec *window_spec) {} }; @@ -787,7 +785,6 @@ class Item_sum_count :public Item_sum_int void clear(); bool add(); void cleanup(); - // psergey-added: void remove(); public: |