summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13995 MAX(timestamp) returns a wrong result near DST changeAlexander Barkov2018-12-101-0/+41
* MDEV-16707 Add an accessor in Item_func_like class for the negated attributeAlexander Barkov2018-12-031-0/+3
* MDEV-16991 Rounding vs truncation for TIME, DATETIME, TIMESTAMPbb-10.4-mdev16991Alexander Barkov2018-11-261-1/+1
* Merge 10.3 into 10.4Marko Mäkelä2018-10-171-0/+2
|\
| * MDEV-17411 Wrong WHERE optimization with simple CASE and searched CASEAlexander Barkov2018-10-111-0/+2
* | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-17/+17
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-0/+1
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-08-281-0/+1
| |\
| | * MDEV-16765: Missing rows with pushdown condition defined with CASE using Item...Galina Shalygina2018-08-201-0/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-12/+2
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2018-08-031-12/+2
| |\ \ | | |/
| | * MDEV-16614 signal 7 after calling stored procedure, that uses regexpAlexander Barkov2018-07-261-12/+2
* | | MDEV-16722: Assertion `type() != NULL_ITEM' failedVarun Gupta2018-08-121-10/+4
* | | MDEV-16888 Add virtual Type_handler::cond_notnull_field_isnull_to_field_eq_ze...Alexander Barkov2018-08-031-3/+2
* | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-33/+47
|\ \ \ | |/ /
| * | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-191-34/+48
| |\ \ | | |/
| | * MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-25/+35
| | * MDEV-16090: Server crash in in Item_func_in::val_int or assertion `in_item'Galina Shalygina2018-05-121-10/+3
* | | MDEV-16454 Bad results for IN with ROWAlexander Barkov2018-06-271-2/+9
* | | MDEV-16451 Split Item_equal::add_const() into a virtual method in type_handler()Alexander Barkov2018-06-091-11/+12
* | | MDEV-16351 JSON_OBJECT() treats hybrid functions with boolean arguments as nu...Alexander Barkov2018-05-311-2/+2
* | | MDEV-12387 Push conditions into materialized subqueriesGalina Shalygina2018-05-151-1/+7
|/ /
* | cleanup: remove get_datetime_value()Sergei Golubchik2018-03-301-7/+2
* | cleanup: Item_func_caseSergei Golubchik2018-03-301-13/+5
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-14/+18
|\ \ | |/
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-03-251-0/+3
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-03-231-0/+5
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-03-231-0/+5
| | | |\
| | | | * MDEV-14779: using left join causes incorrect results with materialization and...Varun Gupta2018-03-221-0/+5
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-03-221-0/+5
| |\ \ \ \ | | |/ / /
| | * | | MDEV-15633 Memory leak after MDEV-15005Alexander Barkov2018-03-221-0/+5
| * | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-03-211-0/+7
| |\ \ \ \ | | |/ / /
| | * | | MDEV-15005 ASAN: stack-buffer-overflow in my_strnncollsp_simpleAlexander Barkov2018-03-191-0/+7
| * | | | cleanup: remove get_datetime_value()Sergei Golubchik2018-03-141-6/+0
| * | | | MDEV-11839 move value caching from get_datetime_value to fix_fields timeSergei Golubchik2018-03-141-11/+3
| * | | | cleanup: Arg_comparator::cache_converted_constant()Sergei Golubchik2018-03-141-3/+1
| * | | | cleanup: typos, comments, whitespaceSergei Golubchik2018-03-141-3/+2
| * | | | cleanup: Item_func_caseSergei Golubchik2018-03-141-3/+1
* | | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2018-02-231-1/+10
|\ \ \ \ \
| * | | | | MDEV-15340 Wrong result HOUR(case_expression_with_time_and_datetime)Alexander Barkov2018-02-191-1/+10
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-12/+12
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-15310 Range optimizer does not work well for "WHERE temporal_column NOT ...Alexander Barkov2018-02-141-12/+12
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-2/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-2/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-2/+4
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-2/+4
| | | |\ \ \ | | | | |/ /
| | | | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-2/+4
| | | | |\ \ | | | | | |/
| | | | | * typo fixOleksandr Byelkin2018-01-241-1/+1
| | | | | * MDEV-14786: Server crashes in Item_cond::transform on 2nd execution of SP que...Oleksandr Byelkin2018-01-231-0/+2
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1