diff options
author | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-08-30 11:36:04 +0400 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-08-30 11:36:04 +0400 |
commit | 4124f1f46702181d55a43b13f8c44b8b41cef1fb (patch) | |
tree | 06506e2274c133644eb3fcbca753ad7e379967c6 /sql/item_sum.h | |
parent | 0d21bbe38705d8bd7b8a65bf69d1a33fa27f0ded (diff) | |
parent | d7d0f6390b8d95b34ffb79f1a77ab11657e064a8 (diff) | |
download | mariadb-git-4124f1f46702181d55a43b13f8c44b8b41cef1fb.tar.gz |
Automerge.
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r-- | sql/item_sum.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h index 2a722b93165..06a8c2c58a4 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -427,7 +427,6 @@ public: forced_const= TRUE; } virtual bool const_item() const { return forced_const; } - void make_field(Send_field *field); virtual void print(String *str, enum_query_type query_type); void fix_num_length_and_dec(); |