Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving Used_tables_and_const_chache from Item_func to Item_func_or_sum | Alexander Barkov | 2015-10-12 | 1 | -8/+5 |
* | MDEV-8921 Wrong result for CAST(AVG(double_column) AS SIGNED) | Alexander Barkov | 2015-10-08 | 1 | -1/+1 |
* | MDEV-8918 Wrong result for CAST(AVG(bigint_column) AS SIGNED) | Alexander Barkov | 2015-10-08 | 1 | -63/+6 |
* | Clean-up: Item_sum_variance and Item_variance_field had hybrid type | Alexander Barkov | 2015-10-08 | 1 | -38/+1 |
* | MDEV-8910 Wrong metadata or field type for MAX(COALESCE(string_field)) | Alexander Barkov | 2015-10-07 | 1 | -4/+3 |
* | Combined fix for MDEV-7267 and MDEV-8864 | Sergei Petrunia | 2015-10-06 | 1 | -1/+1 |
* | MDEV-8860 Wrong result for WHERE 2016 < SOME (SELECT CAST(time_column AS DATE... | Alexander Barkov | 2015-09-30 | 1 | -8/+11 |
* | MDEV-8806 Numeric CAST produce different warnings for strings literals vs fun... | Alexander Barkov | 2015-09-25 | 1 | -1/+1 |
* | Removing global function agg_item_charsets_for_string_result(). | Alexander Barkov | 2015-09-21 | 1 | -2/+2 |
* | A clean-up after the patch for MDEV-8747 and MDEV-8749: | Alexander Barkov | 2015-09-06 | 1 | -5/+0 |
* | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-09-03 | 1 | -3/+11 |
|\ | |||||
| * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-08-05 | 1 | -2/+3 |
| |\ | |||||
| | * | correct the NULL-pointer testmariadb-5.5.45 | Sergei Golubchik | 2015-08-04 | 1 | -2/+3 |
| * | | Merge commit '96badb16afcf' into 10.0 | Jan Lindström | 2015-08-03 | 1 | -3/+10 |
| |\ \ | | |/ | |||||
| | * | MDEV-7821 Server crashes in Item_func_group_concat::fix_fields on 2nd executi... | Sergei Golubchik | 2015-07-31 | 1 | -6/+10 |
| | * | MDEV-7821 - Server crashes in Item_func_group_concat::fix_fields on 2nd | Sergey Vojtovich | 2015-07-31 | 1 | -0/+3 |
* | | | MDEV-6152: Remove calls to current_thd while creating Item | Monty | 2015-09-01 | 1 | -17/+29 |
* | | | MDEV-6152: Remove calls to current_thd while creating Item | Monty | 2015-08-27 | 1 | -3/+3 |
* | | | MDEV-6152: Remove calls to current_thd while creating Item | Monty | 2015-08-27 | 1 | -4/+4 |
* | | | Stage 2 of MDEV-6152: | Monty | 2015-08-21 | 1 | -1/+22 |
* | | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1) | Sergey Vojtovich | 2015-08-21 | 1 | -16/+19 |
* | | | - Renaming variables so that they don't shadow others (After this patch one c... | Monty | 2015-07-06 | 1 | -8/+12 |
* | | | Merge tag 'mariadb-10.0.20' into 10.1 | Sergei Golubchik | 2015-06-27 | 1 | -3/+15 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-06-11 | 1 | -3/+15 |
| |\ \ | | |/ | |||||
| | * | Merge tag 'mysql-5.5.44' into bb-5.5-serg | Sergei Golubchik | 2015-06-05 | 1 | -3/+15 |
| | |\ | |||||
| | | * | Bug #19814337 - SERVER CRASHES IN ITEM_FUNC_GROUP_CONCAT::FIX_FIELDS ON | Chaithra Gopalareddy | 2015-02-26 | 1 | -1/+14 |
| | | * | Updated/added copyright headers | Murthy Narkedimilli | 2014-01-06 | 1 | -1/+1 |
| | | * | Bug#16539979 - BASIC SELECT COUNT(DISTINCT ID) IS BROKEN | Guilhem Bichot | 2013-12-04 | 1 | -22/+45 |
| | | * | Bug#17222452 - SELECT COUNT(DISTINCT A,B) INCORRECTLY COUNTS ROWS | Neeraj Bisht | 2013-09-04 | 1 | -2/+6 |
| | | * | Merge from 5.1 to 5.5 | Chaithra Gopalareddy | 2013-04-14 | 1 | -3/+4 |
| | | |\ | |||||
| | | | * | Bug#16347426:ASSERTION FAILED: (SELECT_INSERT && | Chaithra Gopalareddy | 2013-04-14 | 1 | -3/+4 |
| | | * | | Merge from 5.1 to 5.5 | Chaithra Gopalareddy | 2013-03-31 | 1 | -38/+50 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Bug #16347343 : CRASH, GROUP_CONCAT, DERIVED TABLES | Chaithra Gopalareddy | 2013-03-31 | 1 | -38/+50 |
| | | | * | Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER | Murthy Narkedimilli | 2013-03-19 | 1 | -1/+1 |
| | | * | | 5.1 -> 5.5 merge | Sergey Glukhov | 2013-03-14 | 1 | -1/+8 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Bug#16075310 SERVER CRASH OR VALGRIND ERRORS IN ITEM_FUNC_GROUP_CONCAT::SETUP... | Sergey Glukhov | 2013-03-14 | 1 | -1/+8 |
| | | | * | Merge from mysql-5.1.58-release | Karen Langford | 2011-07-06 | 1 | -3/+3 |
| | | | |\ | |||||
| | | | | * | weave merge of mysql-5.1->mysql-5.1-security | Georgi Kodinov | 2011-05-10 | 1 | -5/+1 |
| | | | | |\ | |||||
| | | | * | \ | Updated/added copyright headers | Kent Boortz | 2011-07-03 | 1 | -6/+2 |
| | | | |\ \ \ | | | | | | |/ | | | | | |/| | |||||
| | | * | | | | Bug#11757464:SERVER CRASH IN RECURSIVE CALL WHEN OOM | Nisha Gopalakrishnan | 2013-01-15 | 1 | -0/+4 |
| | | * | | | | Bug#15972635: Incorrect results returned in 32 table join with HAVING | Roy Lyseng | 2012-12-21 | 1 | -6/+9 |
| | | * | | | | Bug#11750518 41090: ORDER BY TRUNCATES GROUP_CONCAT RESULT | Sergey Glukhov | 2011-10-12 | 1 | -0/+25 |
| | | * | | | | Merge from mysql-5.5.14-release | hery.ramilison@oracle.com | 2011-07-06 | 1 | -3/+3 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | weave merge of mysql-5.5->mysql-5.5-security | Georgi Kodinov | 2011-05-10 | 1 | -5/+1 |
| | | | |\ \ \ \ | |||||
| | | | * \ \ \ \ | merge 5.1 => 5.5 : Bug#12329653 | Tor Didriksen | 2011-05-05 | 1 | -3/+3 |
| | | | |\ \ \ \ \ | | | | | | |_|_|/ | | | | | |/| | | | |||||
| | | | | * | | | | merge 5.0 => 5.1 : Bug#12329653 | Tor Didriksen | 2011-05-04 | 1 | -3/+3 |
| | | | | |\ \ \ \ | | | | | | |_|/ / | | | | | |/| | | | |||||
| | | | | | * | | | Bug#12329653 - EXPLAIN, UNION, PREPARED STATEMENT, CRASH, SQL_FULL_GROUP_BY | Tor Didriksen | 2011-05-04 | 1 | -3/+3 |
| | | * | | | | | | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 1 | -2/+2 |
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | / / | | | | |_|_|/ / | | | |/| | | | | |||||
| | | * | | | | | 5.1 -> 5.5 merge | Sergey Glukhov | 2011-04-12 | 1 | -5/+1 |
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | / | | | | | |_|/ | | | | |/| | | |||||
| | | | * | | | Bug#11766270 59343: YEAR(4): INCORRECT RESULT AND VALGRIND WARNINGS WITH MIN/... | Sergey Glukhov | 2011-04-12 | 1 | -5/+1 |
| | | | |/ / |