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 | b68ca5e88c43795d366f2f7b38827733d66a56cf (patch) | |
tree | c030c3653a0782ffae0c4629fb59f7221e43e46d /sql/sql_select.h | |
parent | 2490873f3ca2bfff63de6d1b72c1d18e742fdb68 (diff) | |
parent | 23b05d0002a3581ecac1bdef860c097f2088677d (diff) | |
download | mariadb-git-b68ca5e88c43795d366f2f7b38827733d66a56cf.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); |