summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_group.result
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge with 5.2Michael Widenius2011-09-101-0/+9
| |\ \ \ \ | | |/ / /
| | * | | LP BUG#813418 fix.unknown2011-09-081-0/+10
| | | |/ | | |/|
* | | | merge with 5.3Sergei Golubchik2011-10-191-3/+207
|\ \ \ \ | |/ / /
| * | | Made the optimizer switches 'derived_merge' and 'derived_with_keys'Igor Babaev2011-07-211-1/+2
| * | | Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-2/+1
| |\ \ \
| | * \ \ MergeIgor Babaev2011-05-201-2/+1
| | |\ \ \
| | | * \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-2/+1
| | | |\ \ \
| * | | \ \ \ merge with 5.1-microSergei Golubchik2011-06-071-1/+55
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | revert a suggested "optimization" that introduced a bugSergei Golubchik2011-06-061-1/+55
| * | | | | | Merge with 5.3 mainMichael Widenius2011-05-161-5/+5
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | MWL#89unknown2011-03-301-5/+5
| | |\ \ \ \ \
| | | * \ \ \ \ MWL#89unknown2011-03-011-5/+5
| | | |\ \ \ \ \
| * | | \ \ \ \ \ Merge with MariaDB 5.2Michael Widenius2011-05-101-0/+20
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge with 5.2Michael Widenius2011-03-091-0/+13
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Bug #46680: Assertion failed in file item_subselect.cc, line 305 crashing on ...Sergey Petrunya2010-12-251-0/+151
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge.Igor Babaev2010-10-301-2/+2
| |\ \ \ \ \ \
| | * | | | | | MWL#128: Added into EXPLAIN output info about types of the used join buffers andIgor Babaev2010-10-181-2/+2
| | | |_|_|/ / | | |/| | | |
* | | | | | | 5.5-mergeSergei Golubchik2011-07-021-0/+58
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | 5.1 -> 5.5 mergeSergey Glukhov2011-04-121-0/+11
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Bug#11766270 59343: YEAR(4): INCORRECT RESULT AND VALGRIND WARNINGS WITH MIN/...Sergey Glukhov2011-04-121-0/+11
| * | | | | | auto-merge 5.1-->5.5 (bug 11766094)Gleb Shchepa2011-04-021-0/+9
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Bug #11766094 - 59132: MIN() AND MAX() REMOVE UNSIGNEDNESSGleb Shchepa2011-03-311-0/+9
| | | |_|/ / | | |/| | |
| * | | | | Backport of fix for Bug#52123Tor Didriksen2011-02-021-0/+10
| * | | | | 5.1-bugteam->5.5-bugteam mergeSergey Glukhov2010-12-211-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | test case fixSergey Glukhov2010-12-211-0/+1
| * | | | | 5.1-bugteam->5.5-bugteam mergeSergey Glukhov2010-12-211-0/+12
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug#58030 crash in Item_func_geometry_from_text::val_strSergey Glukhov2010-12-211-0/+12
| | | |_|/ | | |/| |
| * | | | Fix for Bug#57932 "query with avg returns incorrect results":Guilhem Bichot2010-12-071-0/+15
* | | | | merge.Sergei Golubchik2010-11-251-1/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | 5.2 mergeSergei Golubchik2010-10-281-0/+11
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| * | Merge MariaDB-5.2 -> MariaDB 5.3Sergey Petrunya2010-03-201-1/+238
| |\ \
| * | | Backport into MariaDB-5.2 the following:Sergey Petrunya2009-12-151-1/+1
* | | | Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-301-1/+11
|\ \ \ \
| * | | | Bug#56120: Failed assertion on MIX/MAX on negative time valueEvgeny Potemkin2010-08-231-1/+11
* | | | | Automerge.Alexey Kopytov2010-08-301-0/+11
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Bug #54465: assert: field_types == 0 || field_types[field_pos]Alexey Kopytov2010-08-271-0/+11
| | |/ | |/|
* | | Bug#55648: Server crash on MIX/MAX on maximum time valueEvgeny Potemkin2010-08-021-0/+11
* | | Backport of WL #2934: Make/find library for doing float/double Alexey Kopytov2009-12-221-9/+9
|/ /
* | Manual merge of the fix for bug#43668.Evgeny Potemkin2009-11-241-1/+194
|\ \
| * | Bug#43668: Wrong comparison and MIN/MAX for YEAR(2)Evgeny Potemkin2009-11-171-1/+194
| |/
* | Bug#47280 - strange results from count(*) with order by multiple Jorgen Loland2009-10-141-0/+44
|/
* Merge into dev tree.Alexey Kopytov2009-02-101-4/+4
|\
| * Fix for bug #21205: Different number of digits for float/double/real in --ps-...Alexey Kopytov2009-01-281-4/+4
* | merged bug 39656 to 5.1-bugteamGeorgi Kodinov2008-11-241-0/+23
|\ \ | |/
| * Bug #39656: Behaviour different for agg functions with & without where -Georgi Kodinov2008-11-241-0/+23
* | Bug #37348: Crash in or immediately after JOIN::make_sum_func_listGeorgi Kodinov2008-10-021-0/+37
* | Merge kaamos.(none):/data/src/opt/bug34512/my50unknown2008-03-191-0/+6
|\ \ | |/
| * Fix for bug #34512: CAST( AVG( double ) AS DECIMAL )unknown2008-03-061-0/+6
* | merge of the fix for bug 33133 to 5.1-optunknown2008-01-091-2/+2
* | Merge macbook.gmz:/Users/kgeorge/mysql/work/B33133-5.0-optunknown2008-01-091-0/+12
|\ \ | |/