summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-63/+93
* Merge 10.1 into 10.2Marko Mäkelä2018-04-241-0/+1
|\
| * Merge 10.0 into 10.1Marko Mäkelä2018-04-241-0/+1
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2018-04-201-0/+1
| | |\
| | | * MDEV-15624 Changing the default character set to utf8mb4 changes query evalua...Alexander Barkov2018-04-041-0/+1
* | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-101-2/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-071-2/+4
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-04-031-0/+1
| | |\ \ | | | |/
| | | * MDEV-15630 uuid() function evaluates at wrong time in queryAlexander Barkov2018-04-031-0/+1
| | | * MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_...Alexander Barkov2016-12-191-1/+0
| | | * Revert "MDEV-10713: signal 11 error on multi-table update - crash in handler:...Sergei Golubchik2016-12-081-12/+16
| | | * MDEV-10713: signal 11 error on multi-table update - crash in handler::increme...Oleksandr Byelkin2016-12-061-16/+12
| | * | MDEV-15619 using CONVERT() inside AES_ENCRYPT() in an UPDATE corrupts dataAlexander Barkov2018-03-261-4/+15
* | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-0/+1
| |\ \ \ | | |/ /
| | * | MDEV-13790 UNHEX() of a somewhat complicated CONCAT() returns NULLAlexander Barkov2018-01-301-0/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-12-141-3/+5
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-12-121-3/+5
| |\ \ \ | | |/ /
| | * | MDEV-12681 Wrong VIEW results for CHAR(0xDF USING latin1)Alexander Barkov2017-11-151-0/+1
| | * | MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-141-3/+4
* | | | Fixed mdev-14237 Server crash on query with regexp_substrIgor Babaev2017-11-051-4/+2
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2
* | | | cleanupSergei Golubchik2017-09-181-10/+8
* | | | 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
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-11/+5
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-06-211-11/+5
| |\ \ \ | | |/ /
| | * | MDEV-10306 Wrong results with combination of CONCAT, SUBSTR and CONVERT in su...Alexander Barkov2017-06-191-6/+2
| | * | MDEV-12666: CURRENT_ROLE() and DATABASE() does not work in a viewVicențiu Ciorbaru2017-06-151-5/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-33/+96
|\ \ \ \ | |/ / /
| * | | MDEV-10864 Wrong result for WHERE .. (f2=COMPRESS('test') OR f2=COMPRESS('TES...Alexander Barkov2016-09-221-20/+60
| * | | MDEV-10425 Assertion `collation.derivation == DERIVATION_IMPLICIT' failed in ...Alexander Barkov2016-09-221-14/+37
* | | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-0/+1
* | | | bugfix: Item_func_weight_string::print()Sergei Golubchik2016-12-121-0/+1
* | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-1/+138
|\ \ \ \
| * | | | The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-1/+136
* | | | | session-state dependent functions in DEFAULT/CHECK/vcolsSergei Golubchik2016-08-271-21/+33
* | | | | better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWEDSergei Golubchik2016-06-301-3/+3
* | | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-7/+7
* | | | | Use default character set for expressionsMichael Widenius2016-06-301-4/+4
* | | | | More test for MDEV-10134 Add full support for DEFAULTAlexander Barkov2016-06-301-0/+4
* | | | | various cleanupsMichael Widenius2016-06-301-1/+1
* | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-31/+33
* | | | | Preparing the CAST(..AS [UN]SIGNED) related code to fix a numberAlexander Barkov2016-06-291-0/+16
|/ / / /
* | | | Merge branch '10.1' into 10.2Monty2016-02-061-4/+6
|\ \ \ \ | |/ / /
| * | | A clean-up patch for Item_func_conv_charset (needed for MDEV-9181)Alexander Barkov2016-01-261-4/+6
* | | | MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-011-0/+1
* | | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-1/+1
* | | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()Sergey Vojtovich2015-11-261-1/+1
|/ / /