summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-021-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-0/+2
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Eugene Kosov2019-06-231-0/+4
| | | |\ \ | | | | |/
| | | | * Merge 5.5 into 10.1Eugene Kosov2019-06-201-0/+4
| | | | |\
| | | | | * MDEV-19790 Wrong result for query with outer join and IS NOT TRUE predicateIgor Babaev2019-06-171-0/+4
* | | | | | Remove the most annoying clang-cl warningsVladislav Vaintroub2019-06-301-2/+0
* | | | | | MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-3/+3
|/ / / / /
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\ \ | | | | |/
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | 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