summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+1
* Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-12/+30
|\
| * Manual merge from mysql-next-mr.Alexander Nozdrin2010-03-011-5/+3
| |\
| | * WL#2649 Number-to-string conversionsAlexander Barkov2010-02-111-5/+3
| * | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-02-241-1/+3
| |\ \ | | |/ | |/|
| * | Bug#48920: COUNT DISTINCT returns 1 for NULL values when in a Jorgen Loland2010-01-041-0/+7
| * | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-3/+3
| * | Post-merge fix.Evgeny Potemkin2009-12-141-1/+2
| * | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-121-231/+59
| |\ \
| * \ \ merging.Alexey Botchkov2009-11-171-3/+15
| |\ \ \
| | * | | Bug#46018 group_concat(distinct ...) uses max_heap_table_size for memory...Alexey Botchkov2009-10-011-4/+14
* | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-03-201-5/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Bug #49829 Many "hides virtual function" warnings withStaale Smedseng2010-03-141-5/+5
* | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-02-231-1/+3
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | manual mergeTatiana A. Nurnberg2010-02-191-1/+3
| |\ \ \
| | * | | Bug#49487: crash with explain extended and group_concat in a derived tableTatiana A. Nurnberg2010-02-191-1/+3
* | | | | Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-638/+611
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-1/+2
| |\ \ \
| * | | | Bug#48060 Memory leak - Item::val_bool() (item.cc:184) from optimizer_subquer...Tor Didriksen2009-10-281-10/+15
| * | | | Ported WL#3220 to mysql-next-mr.Georgi Kodinov2009-09-281-604/+595
| * | | | WL#2110 (SIGNAL)Marc Alff2009-09-101-34/+11
| | |_|/ | |/| |
* | | | Auto-merge.Evgeny Potemkin2009-11-241-4/+2
|\ \ \ \
| * | | | Bug #45261 : Crash, stored procedure + decimalGeorgi Kodinov2009-11-201-4/+2
| | |/ / | |/| |
* | | | Manual merge of the fix for bug#43668.Evgeny Potemkin2009-11-241-227/+57
|\ \ \ \ | |/ / / |/| | |
| * | | Bug#43668: Wrong comparison and MIN/MAX for YEAR(2)Evgeny Potemkin2009-11-171-227/+56
| |/ /
* | | Bug#48370: Absolutely wrong calculations with GROUP BY and decimal fields whe...Davi Arnaut2009-11-021-1/+2
|/ /
* | Bug#45261: Crash, stored procedure + decimalDavi Arnaut2009-08-241-2/+1
* | automergeGeorgi Kodinov2009-07-101-0/+5
|\ \ | |/
| * Bug #46080: group_concat(... order by) crashes server whenGeorgi Kodinov2009-07-101-0/+5
* | Manual merge.Alexey Kopytov2009-07-031-6/+9
|\ \
| * | Bug #45262: Bad effects with CREATE TABLE and DECIMAL Alexey Kopytov2009-07-031-6/+9
| |/
| |
| \
*-. \ Merge from 5.0-bugteam for 43414Staale Smedseng2009-06-091-2/+2
|\ \ \ | | |/
| | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-6/+6
| * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-6/+6
| |/
* | merged bug 43354 to 5.1-bugteamGeorgi Kodinov2009-03-111-1/+2
|\ \ | |/
| * Bug #43354: Use key hint can crash server in explain extended queryGeorgi Kodinov2009-03-111-1/+2
| * backported the fix for bug #34773 to 5.0Georgi Kodinov2008-12-091-3/+34
* | Fix warnings and bug spotted by gcc-4.3.Davi Arnaut2008-12-161-4/+3
* | Bug#34773: query with explain extended and derived table / other table Georgi Kodinov2008-10-061-3/+34
* | Merge magare.gmz:/home/kgeorge/mysql/work/B35298-5.0-bugteamunknown2008-05-011-1/+1
|\ \ | |/
| * Fix for bug #35298: GROUP_CONCAT with DISTINCT can crash the serverunknown2008-05-011-1/+1
* | Merge moonbone.local:/work/27219-5.0-opt-mysqlunknown2008-03-281-0/+64
|\ \ | |/
| * Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-bugteamunknown2008-03-281-0/+64
| |\
| | * Bug#27219: Aggregate functions in ORDER BY.unknown2008-03-271-0/+64
* | | Merge kaamos.(none):/data/src/opt/bug34512/my51unknown2008-03-191-1/+9
|\ \ \
| * \ \ Merge kaamos.(none):/data/src/opt/bug34512/my50unknown2008-03-191-1/+9
| |\ \ \ | | |/ /
| | * | Fix for bug #34512: CAST( AVG( double ) AS DECIMAL )unknown2008-03-061-1/+9
| | |/
* | | Merge kaamos.(none):/data/src/mysql-5.1unknown2008-03-121-1/+2
|\ \ \ | |/ /
| * | Merge magare.gmz:/home/kgeorge/mysql/work/B34747-5.0-optunknown2008-02-281-1/+1
| |\ \ | | |/
| | * Bug #34747: crash in debug assertion check after derived tableunknown2008-02-281-1/+1