summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-03-261-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-03-261-1/+1
| |\
| | * MDEV-18968 Both (WHERE 0.1) and (WHERE NOT 0.1) return empty setAlexander Barkov2019-03-261-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2019-03-081-0/+17
|\ \ \ | |/ /
| * | MDEV-18383: Missing rows with pushdown condition defined with IF-functionGalina Shalygina2019-03-071-0/+17
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-11-151-87/+103
| |\ \ | | |/
| | * Merge branch '10.0' into 10.1Oleksandr Byelkin2018-11-151-87/+103
| | |\
| | | * Merge branch '5.5' into 10.0Oleksandr Byelkin2018-11-151-87/+103
| | | |\
| | | | * Backport for "MDEV-17698 MEMORY engine performance regression"Alexander Barkov2018-11-151-87/+103
* | | | | MDEV-17698 MEMORY engine performance regressionAlexander Barkov2018-11-141-11/+7
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-3/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-3/+12
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-3/+12
| | |\ \ \ | | | |/ /
| | | * | MDEV-17257 Server crashes in Item::field_type_for_temporal_comparison or in g...Alexander Barkov2018-10-171-3/+12
* | | | | MDEV-17411 Wrong WHERE optimization with simple CASE and searched CASEAlexander Barkov2018-10-111-4/+1
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-1/+18
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16803: Pushdown Item_func_in item that uses vectors in several SELECTsGalina Shalygina2018-08-271-2/+1
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-211-1/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-08-211-0/+13
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Oleksandr Byelkin2018-08-151-0/+13
| | | |\ \ | | | | |/
| | | | * MDEV-15475: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Oleksandr Byelkin2018-08-151-0/+13
| * | | | MDEV-16765: Missing rows with pushdown condition defined with CASE using Item...Galina Shalygina2018-08-201-0/+13
| * | | | MDEV-16517: Server crash in Item_func_in::val_int() whenGalina Shalygina2018-06-191-1/+1
* | | | | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-191-40/+58
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-43/+63
| * | | | MDEV-16090: Server crash in in Item_func_in::val_int or assertion `in_item'Galina Shalygina2018-05-121-46/+75
* | | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-7/+5
* | | | | MDEV-15576: Server crashed in Cached_item_str::cmp / sortcmp or Assertion `it...Oleksandr Byelkin2018-05-151-1/+1
* | | | | compiler warningSergei Golubchik2018-05-111-2/+2
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-12/+30
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-12/+30
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-12/+30
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-291-12/+30
| | | |\ \ | | | | |/
| | | | * MDEV-15035 Wrong results when calling a stored procedureIgor Babaev2018-04-251-12/+31
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-5/+5
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-6/+6
* | | | | "AS OF" clean in Type_handlerAlexander Barkov2018-04-231-4/+2
* | | | | cleanup: remove get_datetime_value()Sergei Golubchik2018-03-301-62/+2
* | | | | cleanup: Item_func_caseSergei Golubchik2018-03-301-158/+117
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-19/+9
|\ \ \ \ \ | |/ / / /
| * | | | cleanup: remove get_datetime_value()Sergei Golubchik2018-03-141-68/+20
| * | | | MDEV-11839 move value caching from get_datetime_value to fix_fields timeSergei Golubchik2018-03-141-64/+48
| * | | | cleanup: Arg_comparator::cache_converted_constant()Sergei Golubchik2018-03-141-3/+4
| * | | | cleanup: make find_date_time_item() staticSergei Golubchik2018-03-141-1/+1
| * | | | cleanup: typos, comments, whitespaceSergei Golubchik2018-03-141-8/+7
| * | | | cleanup: Item_func_caseSergei Golubchik2018-03-141-151/+94
* | | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2018-02-231-6/+58
|\ \ \ \ \
| * | | | | MDEV-15340 Wrong result HOUR(case_expression_with_time_and_datetime)Alexander Barkov2018-02-191-6/+58
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-3/+42
|\ \ \ \ \ \ | |/ / / / /