| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-08-28 | 1 | -0/+2 |
|\ |
|
| * | MDEV-15204: lag/lead function order list mandatory | zhzhzoo | 2018-08-25 | 1 | -0/+2 |
* | | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_dec | Oleksandr Byelkin | 2018-06-19 | 1 | -5/+10 |
|\ \
| |/ |
|
| * | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab... | Oleksandr Byelkin | 2018-06-15 | 1 | -3/+6 |
| * | MDEV-13358: FIRST_V throw SQL Fehler (1292): Incorrect datetime value | Vicențiu Ciorbaru | 2017-09-19 | 1 | -9/+7 |
| * | MDEV-12851: Case with window functions query crashes server | Vicențiu Ciorbaru | 2017-06-28 | 1 | -0/+11 |
* | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -0/+24 |
|\ \ |
|
| * | | MDEV-15293 CAST(AS TIME) returns bad results for LAST_VALUE(),NAME_CONST(),SP... | Alexander Barkov | 2018-02-13 | 1 | -0/+24 |
* | | | Remove not used mem_root argument from build_clone(), get_copy() and get_item... | Michael Widenius | 2017-11-23 | 1 | -27/+27 |
* | | | Updates the tests for the percentile functions | Varun Gupta | 2017-11-01 | 1 | -7/+7 |
* | | | Update the error messages involving percentile functions | Varun Gupta | 2017-11-01 | 1 | -4/+4 |
* | | | Changes made according to the review given, mostly fixing coding style errors | Varun Gupta | 2017-11-01 | 1 | -8/+10 |
* | | | Remove has_error as a member from Item_sum and use THD::is_error() instead | Vicențiu Ciorbaru | 2017-11-01 | 1 | -6/+0 |
* | | | made changes according to the review, mostly removing unused code and fixing ... | Varun Gupta | 2017-11-01 | 1 | -28/+6 |
* | | | Added the error | Varun Gupta | 2017-11-01 | 1 | -32/+20 |
* | | | Added the function setting_handler_for_percentile_function() for the percenti... | Varun Gupta | 2017-11-01 | 1 | -0/+15 |
* | | | Val_str function added for the percentile_disc function, as it can have resul... | Varun Gupta | 2017-11-01 | 1 | -0/+11 |
* | | | Percentile class implemented, most of the functions have the same functionali... | Varun Gupta | 2017-11-01 | 1 | -2/+159 |
* | | | Implemented the implementation of percentile functions using Item_cache inste... | Varun Gupta | 2017-11-01 | 1 | -45/+37 |
* | | | implementation of add() function added to the Item_sum_percentile_disc class | Varun Gupta | 2017-11-01 | 1 | -8/+56 |
* | | | Setting handler to have the return type as that of the element by which we ar... | Varun Gupta | 2017-11-01 | 1 | -4/+8 |
* | | | A basic implementation of the add function is added | Varun Gupta | 2017-11-01 | 1 | -4/+31 |
* | | | Added value field to Item_sum_percentile_disc | Varun Gupta | 2017-11-01 | 1 | -1/+28 |
* | | | MDEV-12985: support percentile and median window functions | Varun Gupta | 2017-11-01 | 1 | -0/+69 |
* | | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -1/+0 |
* | | | Added copyright message to some files | Michael Widenius | 2017-08-24 | 1 | -0/+16 |
|/ / |
|
* | | MDEV-13240 Wrong warning with MAX(datetime_field) OVER (...) | Alexander Barkov | 2017-07-04 | 1 | -8/+17 |
* | | MDEV-12719 Determine Item::result_type() from Item::type_handler() | Alexander Barkov | 2017-05-07 | 1 | -5/+0 |
* | | MDEV-12718 Determine Item::cmp_type() from Item::type_handler() | Alexander Barkov | 2017-05-07 | 1 | -2/+0 |
* | | MDEV-12714 Determine Item::field_type() from Item::type_handler() | Alexander Barkov | 2017-05-06 | 1 | -9/+0 |
* | | MDEV-12713 Define virtual type_handler() for all Item classes | Alexander Barkov | 2017-05-06 | 1 | -0/+9 |
* | | Cleanup: changing set_handler_by_field_type(field_type()) to set_handler(type... | Alexander Barkov | 2017-05-06 | 1 | -2/+2 |
* | | Changing field::field_name and Item::name to LEX_CSTRING | Monty | 2017-04-23 | 1 | -2/+2 |
* | | MDEV-12338 Split Item_type_holder::get_real_type() into virtual Item::real_ty... | Alexander Barkov | 2017-03-24 | 1 | -2/+0 |
|/ |
|
* | MDEV-11746: Wrong result upon using FIRST_VALUE with a window frame | Vicențiu Ciorbaru | 2017-02-14 | 1 | -12/+1 |
* | Fixed bug mdev-10660. | Igor Babaev | 2017-02-03 | 1 | -1/+1 |
* | Fixed bug mdev-10868. | Igor Babaev | 2016-09-30 | 1 | -1/+3 |
* | Clean up nth_value | Vicențiu Ciorbaru | 2016-09-24 | 1 | -27/+3 |
* | Implement LEAD and LAG and NTH_VALUE functions | Vicențiu Ciorbaru | 2016-09-24 | 1 | -15/+137 |
* | Allow first/last value functions to have frame definitions | Vicențiu Ciorbaru | 2016-09-24 | 1 | -1/+10 |
* | Make first_value and last_value computation efficient | Vicențiu Ciorbaru | 2016-09-24 | 1 | -0/+2 |
* | Implement first_value and last_value as window functions | Vicențiu Ciorbaru | 2016-09-24 | 1 | -0/+71 |
* | MDEV-10815: Window Function Expressions Wrong Results | Vicențiu Ciorbaru | 2016-09-24 | 1 | -0/+1 |
* | Window functions fail with --ps-protocol | Vicențiu Ciorbaru | 2016-09-12 | 1 | -1/+6 |
* | MDEV-10059: Compute window functions with same sorting criteria simultaneously | Vicențiu Ciorbaru | 2016-09-09 | 1 | -39/+51 |
* | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/server | Igor Babaev | 2016-08-31 | 1 | -1/+16 |
|\ |
|
| * | The consolidated patch for mdev-9197. | Galina Shalygina | 2016-08-23 | 1 | -1/+16 |
* | | better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED | Sergei Golubchik | 2016-06-30 | 1 | -1/+1 |
* | | cleanup: change Item::walk() to take void* not uchar* | Sergei Golubchik | 2016-06-30 | 1 | -1/+1 |
* | | Fixed compiler warnings and test failures found by buildbot | Monty | 2016-06-24 | 1 | -1/+1 |
|/ |
|