summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* imporve clang buildEugene Kosov2019-06-251-6/+6
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | Fixup for MDEV-18968Marko Mäkelä2019-03-261-2/+2
* | MDEV-18968 Both (WHERE 0.1) and (WHERE NOT 0.1) return empty setAlexander Barkov2019-03-261-1/+1
* | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-11-151-87/+103
|\ \
| * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2018-11-151-87/+103
| |\ \ | | |/
| | * Backport for "MDEV-17698 MEMORY engine performance regression"Alexander Barkov2018-11-151-87/+103
* | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-3/+12
|\ \ \ | |/ /
| * | MDEV-17257 Server crashes in Item::field_type_for_temporal_comparison or in g...Alexander Barkov2018-10-171-3/+12
* | | 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
* | | 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
* | | 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 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.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.0' into 10.1Sergei Golubchik2017-11-101-1/+1
|\ \ \ | |/ /
| * | typoSergei Golubchik2017-11-091-1/+1
* | | 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
* | | 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
* | | cleanup: remove Regexp_processor_pcre::m_subpatterns_neededSergei Golubchik2017-05-291-2/+2
* | | MDEV-12942 REGEXP_INSTR returns 1 when using bracketsSergei Golubchik2017-05-291-2/+2
* | | Merge 10.0 into 10.1Marko Mäkelä2017-05-191-2/+73
|\ \ \ | |/ /
| * | MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf...Sergei Golubchik2017-05-151-0/+9
| * | MDEV-12420: add full list of pcre error messagesDaniel Black2017-05-151-0/+62
| * | MDEV-12420: PCRE stack overflowDaniel Black2017-05-151-2/+2
* | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-0/+12
|\ \ \ | |/ /
* | | Bug#18411494 WRONG COMPARSION ON BIG DECIMAL VALUESTor Didriksen2017-03-061-0/+16
* | | Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-171-12/+10
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2017-01-171-15/+12
| |\ \ | | |/
| | * bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-151-5/+0
| | * MDEV-9690 concurrent queries with virtual columns crash in temporal codeSergei Golubchik2017-01-151-10/+12
* | | MDEV-11219 main.null fails in buldbot and outside with ps-protocolAlexander Barkov2016-11-031-1/+41
* | | MDEV-10716: Assertion `real_type() != FIELD_ITEM' failed in Item_ref::build_e...Oleksandr Byelkin2016-09-281-1/+2
* | | Partial backporting of 7b50447aa6d051b8d14bb01ef14802cb8ffee223Alexander Barkov2016-07-031-5/+0
* | | MDEV-9712 Performance degradation of nested NULLIFAlexander Barkov2016-05-051-1/+25
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-13/+13
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-46/+31
| |\ \ | | |/