summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
* 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-16765: Missing rows with pushdown condition defined with CASE using Item...Galina Shalygina2018-08-201-0/+1
* | | | MDEV-16614 signal 7 after calling stored procedure, that uses regexpAlexander Barkov2018-07-261-12/+2
* | | | 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
* | | | 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 '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
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-0/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-0/+1
| | |\ \ | | | |/
| | | * MDEV-14596 Crash in INTERVAL(ROW(..),ROW(..))Alexander Barkov2017-12-081-0/+1
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2017-11-091-5/+5
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2017-11-091-5/+5
| |\ \ \ | | |/ /
| | * | MDEV-14164: Unknown column error when adding aggregate to function in oracle ...Oleksandr Byelkin2017-11-091-5/+5
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-0/+2
| |\ \ \ | | |/ /
| | * | MDEV-13173 An RLIKE that previously worked on 10.0 now returns "Got error 'pc...Sergei Golubchik2017-07-201-0/+2
* | | | MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-111-0/+6
* | | | MDEV-12939 A query crashes MariaDB in Item_func_regex::cleanupSergei Golubchik2017-07-051-6/+14
* | | | MDEV-12851: Case with window functions query crashes serverVicențiu Ciorbaru2017-06-281-5/+0
* | | | Fixed the bug mdev-12845.Igor Babaev2017-06-221-0/+8
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-06-081-5/+2
|\ \ \ \ | |/ / /
| * | | cleanup: remove Regexp_processor_pcre::m_subpatterns_neededSergei Golubchik2017-05-291-5/+2
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-1/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-1/+6
| |\ \ \ | | |/ /
| | * | MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf...Sergei Golubchik2017-05-151-8/+3
| | * | WIP: global readonly variable pcre_frame_sizeDaniel Black2017-05-151-1/+7