Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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.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 |
* | | | 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 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 |
* | | | | 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 |
* | | | | 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 |
| | * | | MDEV-17643 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() | Alexander Barkov | 2019-03-15 | 1 | -0/+12 |
* | | | | MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed... | Oleksandr Byelkin | 2018-11-07 | 1 | -11/+13 |
* | | | | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_dec | Oleksandr Byelkin | 2018-06-19 | 1 | -22/+28 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab... | Oleksandr Byelkin | 2018-06-15 | 1 | -14/+14 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-06-18 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-15870 Using aggregate and window function in unexpected places can crash... | Alexander Barkov | 2018-06-13 | 1 | -2/+2 |
* | | | | MDEV-16385 ROW SP variable is allowed in unexpected context | Alexander Barkov | 2018-06-05 | 1 | -9/+4 |
* | | | | Cleanup isinf() portability checks | Sergey Vojtovich | 2018-05-26 | 1 | -1/+1 |
* | | | | MDEV-14520: Custom aggregate functions work incorrectly with WITH ROLLUP clause | Varun Gupta | 2018-05-19 | 1 | -0/+14 |
* | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-05-11 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-05-10 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2018-05-05 | 1 | -0/+3 |
| | |\ \ | |||||
| | | * \ | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2018-04-29 | 1 | -0/+3 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-15035 Wrong results when calling a stored procedure | Igor Babaev | 2018-04-25 | 1 | -0/+3 |
* | | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -1/+1 |
* | | | | | MDEV-15957 Unexpected "Data too long" when doing CREATE..SELECT with stored func | Alexander Barkov | 2018-04-23 | 1 | -1/+1 |
* | | | | | Remove compiler warnings | Michael Widenius | 2018-04-16 | 1 | -3/+3 |
* | | | | | MDEV-14592: Custom Aggregates Usage Status Variable | Varun Gupta | 2018-03-30 | 1 | -0/+2 |
* | | | | | Fixed compiler warnings | Monty | 2018-03-29 | 1 | -1/+1 |
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -1/+1 |
* | | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -2/+2 |
* | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-01-15 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2018-01-15 | 1 | -2/+2 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Compilation speed (#546) | Eugene Kosov | 2018-01-14 | 1 | -2/+2 |
* | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-01-04 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Monty | 2018-01-01 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge remote-tracking branch 'origin/10.1' into 10.2 | Vicențiu Ciorbaru | 2017-12-22 | 1 | -1/+1 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Merge branch '10.0' into 10.1 | Vicențiu Ciorbaru | 2017-12-20 | 1 | -1/+1 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | Merge remote-tracking branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2017-12-20 | 1 | -1/+1 |
| | | | |\ \ | | | | | |/ |