summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
* fix bug for spider where using "not like" (#890)willhan2019-04-161-1/+1
* MDEV-18769 Assertion `fixed == 1' failed in Item_cond_or::val_intGalina Shalygina2019-04-041-2/+2
* Merge 10.3 into 10.4Marko Mäkelä2019-03-221-1/+1
|\
| * MDEV-19008 Slow EXPLAIN SELECT ... WHERE col IN (const1,const2,(subquery))Alexander Barkov2019-03-221-1/+1
* | Merge 10.3 into 10.4Marko Mäkelä2019-03-081-0/+1
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-03-081-0/+1
| |\
| | * MDEV-18383: Missing rows with pushdown condition defined with IF-functionGalina Shalygina2019-03-071-0/+1
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2018-11-151-0/+5
| | |\
| | | * Merge branch '10.0' into 10.1Oleksandr Byelkin2018-11-151-0/+5
| | | |\
| | | | * Merge branch '5.5' into 10.0Oleksandr Byelkin2018-11-151-0/+5
| | | | |\
| | | | | * Backport for "MDEV-17698 MEMORY engine performance regression"Alexander Barkov2018-11-151-0/+5
| | | * | | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-08-211-0/+1
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.0Oleksandr Byelkin2018-08-151-0/+1
| | | | |\ \ | | | | | |/
| | | | | * MDEV-15475: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Oleksandr Byelkin2018-08-151-0/+1
* | | | | | MDEV-7486: Condition pushdown from HAVING into WHEREIgor Babaev2019-02-191-18/+1
* | | | | | MDEV-18636 The test case for bug mdev-16765 crashes the serverGalina Shalygina2019-02-191-0/+1
* | | | | | MDEV-7486: Condition pushdown from HAVING into WHEREGalina Shalygina2019-02-171-2/+27
* | | | | | 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