summaryrefslogtreecommitdiff
path: root/sql/item_sum.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 5.1-release.Michael Widenius2010-12-061-4/+2
|\
| * merge with 5.1Michael Widenius2010-11-301-4/+2
| |\
| | * Merge with MySQL 5.1.53Michael Widenius2010-11-251-4/+2
| | |\
| | | * Bug#57194 group_concat cause crash and/or invalid memory reads with type errorsSergey Glukhov2010-10-291-4/+2
* | | | 5.2 mergeSergei Golubchik2010-10-281-22/+4
|\ \ \ \ | |/ / /
| * | | merge with 5.1Sergei Golubchik2010-10-251-22/+4
| |\ \ \ | | |/ /
| | * | 5.1.51 mergeSergei Golubchik2010-10-191-22/+4
| | |\ \ | | | |/
| | | * Bug #54465: assert: field_types == 0 || field_types[field_pos]Alexey Kopytov2010-08-271-20/+0
| | | * mergeGeorgi Kodinov2010-08-201-1/+18
| | | |\
| | | * | Bug #55580 : segfault in read_view_sees_trx_idGeorgi Kodinov2010-08-131-2/+4
* | | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-10/+54
|\ \ \ \ \ | |/ / / /
| * | | | Automatic mergeMichael Widenius2010-10-011-4/+18
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Change some my_bool in C++ classes and a few functions to bool to detect wron...Michael Widenius2010-09-241-4/+18
| * | | | Fixed bugs (mostly on sparc) that caused crashes in mysql-test-runMichael Widenius2010-09-031-3/+2
| * | | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-1/+18
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Bug #54476: crash when group_concat and 'with rollup' inAlexey Kopytov2010-07-231-1/+18
| | |/
| * | Fix for LP#612894 Some aggregate functions (such as MIN MAX) work incorrectly...Michael Widenius2010-08-231-2/+16
| * | Merge with MySQL 5.1.49Michael Widenius2010-08-021-2/+2
| |\ \ | | |/
| | * Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-2/+2
* | | Subquery cache (MWL#66) added.unknown2010-07-101-0/+1
* | | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-7/+9
|\ \ \ | |/ /
| * | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-7/+9
| |\ \ | | |/
| | * Fix for bug#52397: another crash with explain extended and group_concatRamil Kalimullin2010-03-311-1/+1
| | * Bug #49829 Many "hides virtual function" warnings withStaale Smedseng2010-03-141-5/+5
| | * 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
| * | | Fixed compiler warnings and sporadic failures in test casesMichael Widenius2010-03-281-4/+4
* | | | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-230/+59
|\ \ \ \ | |/ / /
| * | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-231/+59
| |\ \ \ | | |/ /
| | * | 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
| * | | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Bug#48370: Absolutely wrong calculations with GROUP BY and decimal fields whe...Davi Arnaut2009-11-021-1/+2
| | |/ /
* | | | BUG#31480: Incorrect result for nested subquery when executed via semi joinSergey Petrunya2010-02-121-1/+1
|/ / /
* | | Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-2/+1
|\ \ \ | |/ /
| * | Bug#45261: Crash, stored procedure + decimalDavi Arnaut2009-08-241-2/+1
* | | Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-mergeSergey Petrunya2009-09-151-6/+1
|\ \ \
| * | | MWL#17: Table eliminationSergey Petrunia2009-06-221-1/+1
| * | | MWL#17: Table eliminationSergey Petrunia2009-06-101-5/+0
* | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-6/+14
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
| | |/
* | | bzr merge from guilhem's maria tree to our local 5.1Michael Widenius2009-04-251-1/+2
|\ \ \ | |/ /