summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8752 Wrong result for SELECT..WHERE CASE enum_field WHEN 1 THEN 1 ELSE 0...Alexander Barkov2015-09-051-6/+72
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-09-011-1/+1
* MDEV-8722 The patch for MDEV-8688 disabled equal field propagation for tempor...Alexander Barkov2015-09-011-16/+13
* MDEV-8707 Wrong result forAlexander Barkov2015-08-311-2/+4
* MDEV-8698 Wrong result for SELECT..WHERE a BETWEEN 'a' AND 'c' COLLATE latin1...Alexander Barkov2015-08-291-0/+2
* MDEV-8688 Wrong result forAlexander Barkov2015-08-291-0/+1
* Moving common members of Item_func_in and Item_func_between to theirAlexander Barkov2015-08-291-12/+12
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-26/+30
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-5/+33
* MDEV-8661 Wrong result for SELECT..WHERE a='a' AND a='a' COLLATE latin1_binAlexander Barkov2015-08-261-2/+25
* Stage 2 of MDEV-6152:Monty2015-08-211-19/+68
* MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-68/+139
* MDEV-8456 Dead code in Item_cond::fix_fields() and Item_func_between::fix_fie...Alexander Barkov2015-07-131-12/+0
* - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-2/+4
* Fixes done while working on MDEV-4119:Monty2015-07-051-2/+3
* Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2015-06-281-4/+61
|\
| * Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-4/+61
| |\
| | * MDEV-8102 REGEXP function fails to match hex values when expression is stored...Alexander Barkov2015-05-141-4/+61
* | | MDEV-8330 Get rid of Item_func::select_optimize() and Item_func::optimize_typeAlexander Barkov2015-06-281-6/+5
|/ /
* | Removing Item_int_func::sargable. Adding virtual implementations ofAlexander Barkov2015-06-261-2/+21
* | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-06-191-5/+5
* | MDEV-8222 "string_field LIKE int_const" returns a wrong result in case of UCS2Alexander Barkov2015-06-021-16/+16
* | Moving "bool abort_on_null" from Item_bool_func2 to Item_func_eq,Alexander Barkov2015-05-281-2/+6
* | A helper patch for "MDEV-8228 Move Item_func_like out of Item_bool_func2"Alexander Barkov2015-05-261-60/+0
* | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-36/+36
* | Adding Type_std_attributes to reduce some duplicate code.Alexander Barkov2015-04-251-4/+1
* | MDEV-8024 Remove excessive update_used_tables() callsAlexander Barkov2015-04-221-28/+7
* | Minor reorganization in Item hierarchy, to remove duplicate code.Alexander Barkov2015-04-171-3/+3
* | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
* | Adding "const" qualifier to Item::compare_collation()Alexander Barkov2015-03-131-2/+2
* | MDEV-7759 NULLIF(x,y) is not equal to CASE WHEN x=y THEN NULL ELSE x ENDAlexander Barkov2015-03-121-31/+22
* | main.ctype_ucs2 --ps: Item_func_nullif should use m_args0_copy metadataSergei Golubchik2015-01-311-10/+10
* | compiler warningsSergei Golubchik2015-01-311-3/+3
* | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-15/+36
|\ \ | |/
| * MDEV-7366 SELECT 'a' = BINARY 'A' returns 1 (utf8 charset, utf8_unicode_ci co...Alexander Barkov2015-01-171-15/+36
* | cleanup: comments referring to non-extistent Item classesSergei Golubchik2014-12-041-1/+1
* | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-3/+4
|\ \ | |/
| * MDEV-7001 Bad result for NOT NOT STRCMP('a','b') and NOT NOT NULLIF(2,3)Alexander Barkov2014-11-021-3/+3
| * MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | MDEV-7005 NULLIF does not work as documentedAlexander Barkov2014-11-201-47/+66
* | Sharing similar code between Item_func_ifnull and Item_func_ifAlexander Barkov2014-11-191-45/+7
* | cleanup: rename List<> methodsSergei Golubchik2014-10-101-1/+1
|/
* MDEV-6102 Comparison between TIME and DATETIME does not use CURRENT_DATEAlexander Barkov2014-06-061-8/+11
* MDEV-6046: MySQL Bug#11766684 59851: UNINITIALISED VALUE IN ITEM_FUNC_LIKE::S...unknown2014-06-041-13/+12
* 5.5 mergeSergei Golubchik2014-05-091-1/+1
|\
| * MDEV-5459 Illegal mix of collations for datetimeAlexander Barkov2014-04-281-2/+2
| * MDEV-5702 Incorrect results are returned with NULLIF()Alexander Barkov2014-04-281-1/+1
* | MDEV-6027 RLIKE: "." no longer matching new line Alexander Barkov2014-04-231-0/+5
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-15/+15
* | MDEV-5445 Server crashes in Item_func_like::fix_fields on LIKE ExtractValue(..)Alexander Barkov2013-12-171-1/+1