summaryrefslogtreecommitdiff
path: root/sql/item_create.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13003 - Oracle compatibility : Replace functionhalfspawn2017-08-111-1/+26
* MDEV-13415 Wrap the code in sp.cc into a class Sp_handlerAlexander Barkov2017-07-311-1/+1
* MDEV-12932 Remove enum Cast_target and use Type_handler to handle CASTAlexander Barkov2017-05-271-172/+3
* MDEV-12783 : sql_mode=ORACLE: Functions LENGTH() and LENGTHB()halfspawn2017-05-181-2/+1
* MDEV-12784 Change Item_func_length::print() to display octet_length() rather ...Alexander Barkov2017-05-111-2/+27
* MDEV-12685 Oracle-compatible function CHR()halfspawn2017-05-081-0/+24
* MDEV-12658 Make the third parameter to LPAD and RPAD optionalhalfspawn2017-05-031-8/+60
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-168/+170
* MDEV-12478 CONCAT function inside view casts values incorrectly with Oracle s...Alexander Barkov2017-04-111-0/+35
* MDEV-12143 sql_mode=ORACLE: make the CONCAT function ignore NULL argumentsAlexander Barkov2017-04-051-1/+3
* MDEV-10342 Providing compatibility for basic SQL built-in functionsAlexander Barkov2017-04-051-23/+0
* MDEV-10342 Providing compatibility for basic SQL built-in functionsAlexander Barkov2017-04-051-0/+24
* MDEV-12415 Remove sp_name::m_qnameAlexander Barkov2017-03-311-1/+0
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to workSergei Golubchik2017-02-141-3/+0
* MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends toAlexey Botchkov2017-02-141-5/+20
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-02-061-0/+72
* MDEV-11042 Implement GeoJSON functions.Alexey Botchkov2017-01-241-0/+125
* cleanup: old (harmless?) typo fixedSergei Golubchik2016-12-121-1/+1
* MDEV-11452 JSON_CONTAINS accepts wrong number of arguments.Alexey Botchkov2016-12-051-3/+3
* MDEV-11445 JSON_MERGE requires at least two arguments in MySQL, but not in Ma...Alexey Botchkov2016-12-051-1/+1
* MDEV-11041 Innodb_gis/ tests taken from MySQL fail.Alexey Botchkov2016-11-291-0/+1
* MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-11-151-0/+302
* MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-191-0/+474
* Use sql_mode_t for sql_mode.Monty2016-10-051-1/+1
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-09-011-1/+1
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-6/+6
* Stage 2 of MDEV-6152:Monty2015-08-211-2/+2
* MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-258/+258
* Moving ST_RELATE() implementation out of Item_func_precise_spatial_rel,Alexander Barkov2015-06-261-1/+1
* - Moving Item_func_spatial_mbr_rel from Item_bool_func2 to Item_bool_func,Alexander Barkov2015-05-051-15/+15
* MDEV-7512 GIS: ST_ synonyms for functions are not consistent.Alexey Botchkov2015-03-151-0/+12
* parser cleanup: don't store field properties in LEX, use Create_field directlySergei Golubchik2014-12-041-5/+4
* Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
|\
| * MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | MDEV-4045 Missing OGC Spatial functions.Alexey Botchkov2014-11-281-6/+124
|/
* MDEV-6044 MySQL BUG#12735829 - SPACE() FUNCTION WARNING REFERS TO REPEAT() IN...Alexander Barkov2014-09-041-20/+1
* Moving Item::str_value from public to protected.Alexander Barkov2014-09-031-2/+2
* MDEV-6073 Merge gis test cases form 5.6.Alexey Botchkov2014-07-011-0/+29
* MDEV-4051 INET6_ATON() and INET6_NTOA()Alexander Barkov2014-05-301-0/+138
* Moving implementation of INET_ATON() INET_NTOA() intoAlexander Barkov2014-05-301-0/+1
* MDEV-5728: BINLOG_GTID_POS(..) does not return proper error unless mysql_stor...unknown2014-02-271-0/+7
* Merge MariaDB 10.0-base to 10.0.unknown2014-02-101-0/+55
|\
| * MDEV-4984: Implement MASTER_GTID_WAIT() and @@LAST_GTID.unknown2014-02-071-0/+55
* | Merge 10.0-base -> 10.0Alexander Barkov2013-10-151-0/+69
|\ \ | |/
| * MDEV-4425 REGEXP enhancementsAlexander Barkov2013-09-261-0/+69
* | Merging TO_BASE64() and FROM_BASE64() from MySQL-5.6Alexander Barkov2013-09-231-0/+47
* | MDEV-4871 Temporal literals do not accept nanosecondsAlexander Barkov2013-08-151-2/+20
* | cleanupSergei Golubchik2013-08-121-4/+1
* | 10.0-monty mergeSergei Golubchik2013-07-211-27/+1
|\ \
| * | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-26/+0