summaryrefslogtreecommitdiff
path: root/sql/item_sum.h
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-12-02 17:52:22 +0200
committerunknown <monty@mashka.mysql.fi>2002-12-02 17:52:22 +0200
commit59dec1bcd20662f7a73d12c78b9b2e682a79e059 (patch)
tree1342a5bdccc313accd5dfa8e27c487ddb0994720 /sql/item_sum.h
parent9fcbfc0d12444c19f5b51249425e9324516ee35a (diff)
downloadmariadb-git-59dec1bcd20662f7a73d12c78b9b2e682a79e059.tar.gz
Fixed bug when creating keys in temporary HEAP tables.
(This caused the DISTINCT test to fail) Removed one inline as this caused compiler problems heap/hp_create.c: Comment heap/hp_update.c: Indentation cleanup heap/hp_write.c: Indentation cleanup mysql-test/mysql-test-run.sh: Better options for valgrind sql/item_sum.cc: Removed inline as this caused compiler problems with gcc 3.2 (Was also non standard usage of inline) sql/item_sum.h: Removed inline as this caused compiler problems with gcc 3.2 sql/sql_class.cc: Fixed reference to uninitialized value sql/sql_lex.cc: Indentation cleanup sql/sql_select.cc: Fixed bug when creating keys in temporary HEAP tables.
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r--sql/item_sum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h
index 56b36b615f4..23b8482d41a 100644
--- a/sql/item_sum.h
+++ b/sql/item_sum.h
@@ -34,7 +34,7 @@ public:
uint arg_count;
bool quick_group; /* If incremental update of fields */
- inline void mark_as_sum_func();
+ void mark_as_sum_func();
Item_sum() : arg_count(0),quick_group(1)
{
mark_as_sum_func();