From ac392bb27b149ed6c6f22966511faea72747eb74 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 15 Jul 2003 15:20:22 +0200 Subject: [PATCH] cut&paste fixed --- sql/sql_select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &all_fields, List &fields, Item_sum ***func); - int JOIN::rollup_send_data(uint idx); + int rollup_send_data(uint idx); };