summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| * | | MDEV-12942 REGEXP_INSTR returns 1 when using bracketsSergei Golubchik2017-05-291-2/+2
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-2/+73
|\ \ \ \ | |/ / /
| * | | 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 branch '10.1' into 10.2Sergei Golubchik2017-03-301-0/+28
|\ \ \ \ | |/ / /
| * | | 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.1' into 10.2Sergei Golubchik2017-02-101-12/+10
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-2/+43
|\ \ \ \ | |/ / /
| * | | 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
* | | | Item_func_like: print a not like b instead of !(a like b)Sergei Golubchik2016-12-121-2/+7
* | | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-40/+27
* | | | bugfix: Item_func_like::print() was losing ESCAPE clauseSergei Golubchik2016-12-121-0/+16
* | | | MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-11-151-15/+27
* | | | Use sql_mode_t for sql_mode.Monty2016-10-051-1/+1
* | | | Removed redefinitions of some newly introduced constants.Igor Babaev2016-09-061-3/+0
* | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-0/+40
|\ \ \ \
| * | | | The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-0/+40
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-14/+38
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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
| | |\ \ \ | | | | |/ | | | |/|
| | | * | MDEV-9372 select 100 between 1 and 9223372036854775808 returns falseAlexander Barkov2016-04-221-2/+9
| | | * | MDEV-9745 Crash with CASE WHEN TRUE THEN COALESCE(CAST(NULL AS UNSIGNED)) ELS...Alexander Barkov2016-04-201-33/+18
| | | * | MDEV-9521 Least function returns 0000-00-00 for null date columns instead of...Alexander Barkov2016-04-181-10/+4