summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-07-15 15:20:22 +0200
committerunknown <serg@serg.mylan>2003-07-15 15:20:22 +0200
commitac392bb27b149ed6c6f22966511faea72747eb74 (patch)
tree3814b52215d02ff4488577b4e34c1a2ad2cbed4f /sql/sql_select.h
parentf01a95386d3148e0d585631474eb6ac557554a8d (diff)
downloadmariadb-git-ac392bb27b149ed6c6f22966511faea72747eb74.tar.gz
cut&paste fixed
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 7de9007369e..76960876158 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -259,7 +259,7 @@ class JOIN :public Sql_alloc
bool rollup_init();
bool rollup_make_fields(List<Item> &all_fields, List<Item> &fields,
Item_sum ***func);
- int JOIN::rollup_send_data(uint idx);
+ int rollup_send_data(uint idx);
};