summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BU...bell@sanja.is.com.ua2005-06-171-8/+14
* After merge fixesmonty@mysql.com2005-06-071-17/+9
* Merge with 4.1monty@mysql.com2005-06-071-2/+0
|\
| * a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-051-1/+2
| * Move USE_PRAGMA_IMPLEMENTATION to proper placemonty@mysql.com2005-06-031-4/+1
* | mergemonty@mysql.com2005-06-051-2/+6
|\ \
| * | Code cleanups during code reviewsmonty@mysql.com2005-06-011-2/+6
* | | Mergekent@mysql.com2005-06-021-0/+2
|\ \ \ | |/ / |/| / | |/
| * tztime.cc:kent@mysql.com2005-06-021-0/+2
| * a fix (bug #7405: group_concat with distinct and rollup => ignores distinct i...ramil@mysql.com2005-05-311-29/+14
* | Merge from 4.1msvensson@neptunus.(none)2005-05-261-1/+1
|\ \ | |/
| * Add ifdefs to control when "#pragma implementation" should be usedmsvensson@neptunus.(none)2005-05-261-1/+1
* | compatibility issuesmonty@mysql.com2005-05-201-7/+2
* | Manual merge of fix for bug #9913 into 5.0 tree.dlenev@mysql.com2005-05-091-0/+11
|\ \ | |/
| * Fix for Bug #9913 "udf_deinit is not called after execution of PS"dlenev@brandersnatch.localdomain2005-04-301-0/+11
* | Fixed bugs 9820, 9799 and 9800.jani@ibmlab.site2005-05-061-1/+6
* | A lot of fixes to Precision mathholyfoot@hf-ibm.(none)2005-05-051-31/+52
* | BUG#9714 libsupc++ problemmsvensson@neptunus.(none)2005-04-271-6/+8
* | Fix warning and error when compiling on Windows.jimw@mysql.com2005-04-091-1/+1
* | Mergejimw@mysql.com2005-04-041-0/+15
|\ \ | |/
| * Make sure that warning message when GROUP_CONCAT() cuts values is alsojimw@mysql.com2005-02-231-8/+15
| * Backport my_strntod() from 5.0monty@mysql.com2005-02-221-1/+2
* | Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902)monty@mysql.com2005-04-011-2/+1
* | after merge fix/ramil@mysql.com2005-03-301-2/+2
* | mergedserg@serg.mylan2005-03-231-1/+5
|\ \
| * | Fix Windows compile warnings, declarations of walk functionsjimw@mysql.com2005-03-221-1/+5
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-03-211-11/+7
|\ \ \
| * | | Cleanups during review of codemonty@mysql.com2005-03-211-11/+7
* | | | Merge mysql.com:/M50/build-5.0.3 into mysql.com:/M50/push-5.0joerg@mysql.com2005-03-211-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Code cleanup: should use 'element_count' here, see include/my_tree.hjoerg@mysql.com2005-03-211-1/+1
* | | | Manual merge of csets from -build tree into main 5.0 tree.dlenev@mysql.com2005-03-211-5/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix Windows compile errors.jimw@mysql.com2005-03-181-5/+1
* | | Cleanup of Item_func_group_concatkonstantin@mysql.com2005-03-181-183/+151
|/ /
* | Cleanup during reviewsmonty@mysql.com2005-03-161-2/+2
* | Cleanupkonstantin@mysql.com2005-03-151-4/+4
* | WL#926 "AVG(DISTINCT) and other distincts", part 2 (out of 3): clean up konstantin@mysql.com2005-03-151-167/+123
* | WL#926 "SUM(DISTINCT) and AVG(DISTINCT)": improvement of SUM(DISTINCT) andkonstantin@mysql.com2005-03-131-165/+187
* | Fix for Bug#5615 and merge from 4.1jani@ua141d10.elisa.omakaista.fi2005-03-011-2/+16
* | Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0svoj@mysql.com2005-02-271-11/+14
|\ \
| * | BUG#3190 fix (request for STDDEV_SAMP, VAR_SAMP).svoj@mysql.com2005-02-251-11/+14
* | | Remove compiler warnings and remove not used variablesmonty@mysql.com2005-02-251-4/+3
|/ /
* | Fix for bug #8651 (cast(sum(distinct) as decimal) crashes the server)hf@deer.(none)2005-02-211-1/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-02-191-2/+2
|\ \
| * | Changes and fixes for windows compilationgeorg@beethoven.site2005-02-181-2/+2
* | | Fixed BUILD script to use --with-berkeley-db instead of --with-bdbmonty@mysql.com2005-02-191-295/+254
|/ /
* | Precision Math implementationhf@deer.(none)2005-02-091-114/+1064
* | Fixes for windows compilation bugsgeorg@beethoven.site2005-01-261-3/+3
* | Changed interface for my_strntod() to make it more general and more portablemonty@mysql.com2005-01-151-3/+6
* | First stage of table definition cachemonty@mysql.com2005-01-061-10/+10
* | Better handling of ensuring that setup_tables() are not called twicemonty@mysql.com2005-01-031-6/+8