Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-21914 JSON_ARRAYAGG doesn't reject ORDER BY clause, but doesn't work eit... | Alexey Botchkov | 2020-06-04 | 1 | -12/+4 |
* | MDEV-22084 Squared brackets missing from JSON_ARRAYAGG when used in a view. | Alexey Botchkov | 2020-06-04 | 1 | -4/+8 |
* | MDEV-22640, MDEV-22449, MDEV-21528 JSON_ARRAYAGG crashes with NULL values. | Alexey Botchkov | 2020-06-04 | 1 | -17/+12 |
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-05-18 | 1 | -3/+5 |
|\ | |||||
| * | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-16 | 1 | -3/+5 |
| |\ | |||||
| | * | MDEV-18100: User defined aggregate functions not working correctly when the s... | Varun Gupta | 2020-05-15 | 1 | -3/+5 |
* | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-12-27 | 1 | -21/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge remote-tracking branch 'origin/10.3' into 10.4 | Alexander Barkov | 2019-12-25 | 1 | -21/+1 |
| |\ \ | | |/ | |||||
| | * | MDEV-21392 Cleanup redundant overriding in Item_sum_num | Alexander Barkov | 2019-12-25 | 1 | -21/+1 |
* | | | MDEV-16620 JSON_ARRAYAGG and JSON_OBJECTAGG. | Alexey Botchkov | 2019-10-14 | 1 | -8/+0 |
* | | | Merge branch 'MDEV-16620' of https://github.com/markus456/server into bb-10.5-hf | Alexey Botchkov | 2019-10-10 | 1 | -3/+24 |
|\ \ \ | |||||
| * | | | MDEV-16620: Add JSON_ARRAYAGG function | Markus Mäkelä | 2019-07-04 | 1 | -3/+24 |
* | | | | MDEV-19713 Remove big_tables system variable | Sergei Golubchik | 2019-09-28 | 1 | -2/+3 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-09-06 | 1 | -12/+60 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | MDEV-19961 MIN(timestamp_column) returns a wrong result in a GROUP BY query | Alexander Barkov | 2019-08-19 | 1 | -12/+60 |
* | | | | Revert "MDEV-20342 Turn Field::flags from a member to a method" | Alexander Barkov | 2019-08-14 | 1 | -1/+1 |
* | | | | MDEV-20342 Turn Field::flags from a member to a method | Alexander Barkov | 2019-08-14 | 1 | -1/+1 |
* | | | | Merge remote-tracking branch 'origin/10.4' into 10.5 | Alexander Barkov | 2019-08-13 | 1 | -39/+101 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4 | Alexander Barkov | 2019-08-13 | 1 | -38/+100 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | A cleanup for `MDEV-20273 Add class Item_sum_min_max` - removing duplicate code | Alexander Barkov | 2019-08-09 | 1 | -1/+63 |
| | * | | MDEV-20273 Add class Item_sum_min_max | Alexander Barkov | 2019-08-07 | 1 | -38/+38 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-08-13 | 1 | -4/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-07-25 | 1 | -4/+7 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | Merge 10.2 into 10.3 | Eugene Kosov | 2019-07-16 | 1 | -4/+7 |
| | |\ | |||||
| | | * | Merge 10.1 into 10.2 | Eugene Kosov | 2019-07-09 | 1 | -4/+7 |
| | | |\ | |||||
| | | | * | MDEV-17857 Assertion `tmp != ((long long) 0x8000000000000000LL)' failed in TI... | Alexander Barkov | 2019-07-05 | 1 | -4/+7 |
* | | | | | MDEV-20052 Add a MEM_ROOT pointer argument to Type_handler::make_xxx_field() | Alexander Barkov | 2019-07-12 | 1 | -10/+13 |
|/ / / / | |||||
* | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-06-14 | 1 | -1/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.2-release' into 10.3-release | Oleksandr Byelkin | 2019-06-14 | 1 | -1/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-19633 ASAN use-after-poison in tree_insert() in main.func_gconcat | Sergei Golubchik | 2019-06-14 | 1 | -1/+5 |
* | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -5/+90 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | | * | MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong result | Alexander Barkov | 2018-09-20 | 1 | -2/+4 |
| * | | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-05-12 | 1 | -4/+89 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-05-04 | 1 | -4/+89 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-19350 Server crashes in delete_tree_element / ... / Item_func_group_conc... | Sergei Golubchik | 2019-04-27 | 1 | -2/+2 |
| | | * | | MDEV-9531 GROUP_CONCAT with ORDER BY inside takes a lot of memory while it's ... | Sergei Golubchik | 2019-04-24 | 1 | -4/+89 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-05-05 | 1 | -1/+13 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-18943: Group Concat with limit not working with views | Varun Gupta | 2019-05-03 | 1 | -1/+13 |
| * | | | | Fixed some compilation warnings/errors | Monty | 2019-05-02 | 1 | -1/+1 |
* | | | | | MDEV-19062 Item_sum_variance: move recurrence_m, recurrence_s, count to a sep... | Alexander Barkov | 2019-03-28 | 1 | -54/+45 |
* | | | | | A cleanup in Item_sum: removing dead code | Alexander Barkov | 2019-03-28 | 1 | -19/+0 |
* | | | | | Fixed build failure | Sergey Vojtovich | 2019-03-23 | 1 | -1/+1 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-03-22 | 1 | -2/+15 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge remote-tracking branch 'origin/10.2' into 10.3 | Alexander Barkov | 2019-03-22 | 1 | -2/+15 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-03-22 | 1 | -2/+15 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Fixing "mtr func_math" failure in the test for MDEV-17643 | Alexander Barkov | 2019-03-20 | 1 | -2/+3 |