summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
* | | | 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
* | | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-6/+6
* | | | 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 'github/10.1' into 10.2Sergei Golubchik2018-02-061-3/+42
|\ \ \ \ | |/ / /
| * | | Fix of NULLIF print statement.Oleksandr Byelkin2018-02-021-3/+9
| * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-0/+33
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-0/+33
| | |\ \ | | | |/
| | | * typo fixOleksandr Byelkin2018-01-241-2/+2
| | | * MDEV-14786: Server crashes in Item_cond::transform on 2nd execution of SP que...Oleksandr Byelkin2018-01-231-0/+34
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-0/+13
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-0/+13
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-0/+13
| | |\ \ | | | |/
| | | * MDEV-14596 Crash in INTERVAL(ROW(..),ROW(..))Alexander Barkov2017-12-081-0/+13
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-12-141-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-12-121-3/+3
| |\ \ \ | | |/ /
| | * | MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-141-3/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-11-101-1/+1
| |\ \ \ | | |/ /
| | * | typoSergei Golubchik2017-11-091-1/+1
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2017-11-091-10/+15
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2017-11-091-10/+15
| |\ \ \ | | |/ /
| | * | MDEV-14164: Unknown column error when adding aggregate to function in oracle ...Oleksandr Byelkin2017-11-091-10/+15
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-2/+2
* | | | MDEV-13649: Server crashes in set_field_to_null_with_conversions or in Field:...Vicențiu Ciorbaru2017-09-191-5/+5
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-1/+14
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-1/+14
| |\ \ \ | | |/ /
| | * | MDEV-13173 An RLIKE that previously worked on 10.0 now returns "Got error 'pc...Sergei Golubchik2017-07-201-1/+14
* | | | MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-111-9/+39
* | | | MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-081-0/+9
* | | | MDEV-12939 A query crashes MariaDB in Item_func_regex::cleanupSergei Golubchik2017-07-051-2/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-06-081-4/+4
|\ \ \ \ | |/ / /
| * | | cleanup: remove Regexp_processor_pcre::m_subpatterns_neededSergei Golubchik2017-05-291-2/+2