diff options
author | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2009-10-30 18:59:06 +0300 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2009-10-30 18:59:06 +0300 |
commit | 23cbd659a018f1fb757d1877b4eb0694f60acb65 (patch) | |
tree | c030c3653a0782ffae0c4629fb59f7221e43e46d /sql/sql_select.h | |
parent | ead175bb07a9101488fa59794900f65e3186a88d (diff) | |
parent | b67cdaa351122ca0d8badd2f8fb4ec9085c58933 (diff) | |
download | mariadb-git-23cbd659a018f1fb757d1877b4eb0694f60acb65.tar.gz |
Automerge.
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 92356a4c96f..d2703004df2 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -512,6 +512,7 @@ public: } bool rollup_init(); + bool rollup_process_const_fields(); bool rollup_make_fields(List<Item> &all_fields, List<Item> &fields, Item_sum ***func); int rollup_send_data(uint idx); |