summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14012 - sql_mode=Oracle: substr(): treat position 0 as position 1halfspawn2017-10-061-1/+18
* MDEV-13967 Parameter data type control for Item_long_funcAlexander Barkov2017-10-011-2/+5
* MDEV-11553 Can't restore a PERSISTENT column that uses DATE_FORMAT()Sergei Golubchik2017-09-231-4/+1
* Fixing a few -Wconversion warningsAlexander Barkov2017-09-231-2/+2
* Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-201-10/+8
|\
| * cleanupSergei Golubchik2017-09-181-10/+8
* | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-0/+2
|\ \ | |/
| * 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-13003 - Oracle compatibility : Replace functionhalfspawn2017-08-111-1/+15
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-11/+5
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-12854 Synchronize CREATE..SELECT data type and result set metadata data ...Alexander Barkov2017-05-201-4/+4
* | | | MDEV-12685 Oracle-compatible function CHR()halfspawn2017-05-081-0/+18
* | | | MDEV-12719 Determine Item::result_type() from Item::type_handler()Alexander Barkov2017-05-071-1/+0
* | | | MDEV-12714 Determine Item::field_type() from Item::type_handler()Alexander Barkov2017-05-061-1/+0
* | | | MDEV-12713 Define virtual type_handler() for all Item classesAlexander Barkov2017-05-061-0/+1
* | | | MDEV-12658 Make the third parameter to LPAD and RPAD optionalhalfspawn2017-05-031-0/+6
* | | | Adding Item_func_pad as a common parent for Item_func_lpad and Item_func_rpadAlexander Barkov2017-05-031-8/+15
* | | | MDEV-12592 Illegal mix of collations with the HEX functionAlexander Barkov2017-04-271-1/+1
* | | | MDEV-12478 CONCAT function inside view casts values incorrectly with Oracle s...Alexander Barkov2017-04-111-5/+1
* | | | MDEV-12143 sql_mode=ORACLE: make the CONCAT function ignore NULL argumentsAlexander Barkov2017-04-051-0/+3
* | | | MDEV-11880 sql_mode=ORACLE: Make the concatenation operator ignore NULL argum...Alexander Barkov2017-04-051-0/+57
* | | | MDEV-10578 sql_mode=ORACLE: SP control functions SQLCODE, SQLERRMAlexander Barkov2017-04-051-0/+21
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2016-12-301-33/+96
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-11298 Split Item_func_hex::val_str_ascii() into virtual methods in Type_...Alexander Barkov2016-12-161-2/+18
|/ / /
* | | 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
|/ /