summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge from 4.1unknown2005-05-261-1/+1
|\
| * Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* | compatibility issuesunknown2005-05-201-7/+2
* | Manual merge of fix for bug #9913 into 5.0 tree.unknown2005-05-091-0/+11
|\ \ | |/
| * Fix for Bug #9913 "udf_deinit is not called after execution of PS"unknown2005-04-301-0/+11
* | Fixed bugs 9820, 9799 and 9800.unknown2005-05-061-1/+6
* | A lot of fixes to Precision mathunknown2005-05-051-31/+52
* | BUG#9714 libsupc++ problemunknown2005-04-271-6/+8
* | Fix warning and error when compiling on Windows.unknown2005-04-091-1/+1
* | Mergeunknown2005-04-041-0/+15
|\ \ | |/
| * Make sure that warning message when GROUP_CONCAT() cuts values is alsounknown2005-02-231-8/+15
| * Backport my_strntod() from 5.0unknown2005-02-221-1/+2
* | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)unknown2005-04-011-2/+1
* | after merge fix/unknown2005-03-301-2/+2
* | mergedunknown2005-03-231-1/+5
|\ \
| * | Fix Windows compile warnings, declarations of walk functionsunknown2005-03-221-1/+5
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-03-211-11/+7
|\ \ \
| * | | Cleanups during review of codeunknown2005-03-211-11/+7
* | | | Merge mysql.com:/M50/build-5.0.3 into mysql.com:/M50/push-5.0unknown2005-03-211-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Code cleanup: should use 'element_count' here, see include/my_tree.hunknown2005-03-211-1/+1
* | | | Manual merge of csets from -build tree into main 5.0 tree.unknown2005-03-211-5/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix Windows compile errors.unknown2005-03-181-5/+1
* | | Cleanup of Item_func_group_concatunknown2005-03-181-183/+151
|/ /
* | Cleanup during reviewsunknown2005-03-161-2/+2
* | Cleanupunknown2005-03-151-4/+4
* | WL#926 "AVG(DISTINCT) and other distincts", part 2 (out of 3): clean up unknown2005-03-151-167/+123
* | WL#926 "SUM(DISTINCT) and AVG(DISTINCT)": improvement of SUM(DISTINCT) andunknown2005-03-131-165/+187
* | Fix for Bug#5615 and merge from 4.1unknown2005-03-011-2/+16
* | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-271-11/+14
|\ \
| * | BUG#3190 fix (request for STDDEV_SAMP, VAR_SAMP).unknown2005-02-251-11/+14
* | | Remove compiler warnings and remove not used variablesunknown2005-02-251-4/+3
|/ /
* | Fix for bug #8651 (cast(sum(distinct) as decimal) crashes the server)unknown2005-02-211-1/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-191-2/+2
|\ \
| * | Changes and fixes for windows compilationunknown2005-02-181-2/+2
* | | Fixed BUILD script to use --with-berkeley-db instead of --with-bdbunknown2005-02-191-295/+254
|/ /
* | Precision Math implementationunknown2005-02-091-114/+1064
* | Fixes for windows compilation bugsunknown2005-01-261-3/+3
* | Changed interface for my_strntod() to make it more general and more portableunknown2005-01-151-3/+6
* | First stage of table definition cacheunknown2005-01-061-10/+10
* | Better handling of ensuring that setup_tables() are not called twiceunknown2005-01-031-6/+8
* | Merge with 4.1unknown2004-12-221-1/+18
|\ \ | |/
| * * Added comments and one assertunknown2004-12-141-1/+3
| * postreview fixunknown2004-12-071-1/+3
| * mergeunknown2004-12-071-0/+13
| |\
| | * reporting empty result added in case of max/min optimisation of ALL/ANY/SOME ...unknown2004-11-181-0/+13
* | | Add 0x before pointers (to help with debugging)unknown2004-12-181-3/+3
* | | Merge with new VARCHAR codeunknown2004-12-061-5/+4
|\ \ \
| * | | Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-5/+4
* | | | mergedunknown2004-11-201-6/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Bug #6658 MAX(column) returns incorrect coercibilityunknown2004-11-191-6/+3
| | |/ | |/|