summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| | * | MDEV-12420: PCRE stack overflowDaniel Black2017-05-151-1/+5
* | | | Fixed bug mdev-10454.Igor Babaev2017-04-031-0/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-6/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-6/+1
| |\ \ \ | | |/ /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-8/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-171-9/+4
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-01-171-8/+4
| | |\ \ | | | |/
| | | * MDEV-9690 concurrent queries with virtual columns crash in temporal codeSergei Golubchik2017-01-151-8/+4
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-3/+25
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-1/+17
| |\ \ \ | | |/ /
| | * | Fixed bug mdev-11364.Igor Babaev2016-11-291-1/+17
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-2/+0
| | |\ \ | | | |/
| | | * MDEV-9745 Crash with CASE WHEN TRUE THEN COALESCE(CAST(NULL AS UNSIGNED)) ELS...Alexander Barkov2016-04-201-2/+0
| * | | MDEV-11219 main.null fails in buldbot and outside with ps-protocolAlexander Barkov2016-11-031-1/+3
| * | | MDEV-10347 mysqld got signal 11Alexander Barkov2016-11-021-0/+5
| * | | Partial backporting of 7b50447aa6d051b8d14bb01ef14802cb8ffee223Alexander Barkov2016-07-031-1/+3
* | | | Fixed bug mdev-11593.Igor Babaev2016-12-201-0/+11
* | | | Item_func_like: print a not like b instead of !(a like b)Sergei Golubchik2016-12-121-1/+8
* | | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-3/+17
* | | | cleanup: Item_func_opt_neg::negate()Sergei Golubchik2016-12-121-1/+0
* | | | bugfix: Item_func_like::print() was losing ESCAPE clauseSergei Golubchik2016-12-121-4/+1
* | | | Fixed bug mdev-11103.Igor Babaev2016-11-161-0/+2
* | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-1/+103
|\ \ \ \
| * | | | The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-1/+103
* | | | | Removing the "thd" argument from Item::create_field_for_create_select().Alexander Barkov2016-07-011-1/+1
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-3/+12
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | MDEV-9712 Performance degradation of nested NULLIFAlexander Barkov2016-05-051-3/+12
* | | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-15/+14
* | | | | parentheses in defaultAlexander Barkov2016-06-301-0/+2
* | | | | Use default character set for expressionsMichael Widenius2016-06-301-0/+2
| |/ / / |/| | |
* | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-36/+88
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-34/+80
| |\ \ \ \ | | |/ / /
| | * | | MDEV-9369 IN operator with ( num, NULL ) gives inconsistent resultAlexander Barkov2016-03-211-27/+59
| | * | | MDEV-9653 Assertion `length || !scale' failed in uint my_decimal_length_to_pr...Alexander Barkov2016-03-181-5/+12
| | * | | MDEV-9641 MDEV-9644 NULLIF assertionsSergei Golubchik2016-03-051-2/+9
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+1
| | | |\ \ | | | | |/
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+1
| | | | |\
| | | | | * Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_...Chaithra Gopalareddy2015-11-201-5/+5
| * | | | | Merge branch '10.1' into 10.2Monty2016-02-061-1/+7
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-9181 (NULLIF(count(table.col)), 0) gives wrong result on 10.1.xAlexander Barkov2016-01-281-1/+7