summaryrefslogtreecommitdiff
path: root/sql/item_create.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-07-311-1/+1
|\
| * MDEV-18042 Server crashes upon adding a non-null date column under NO_ZERO_DA...Nikita Malyavin2020-07-311-1/+1
* | Merge branch '10.2' into 10.3Sergei Golubchik2019-05-171-0/+39
|\ \ | |/
| * MDEV-13992 Implement JSON_MERGE_PATCH.Alexey Botchkov2019-05-171-0/+39
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-181-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-1/+1
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-46/+46
* | | | MDEV-15915 Add Feature_json status variable.Alexey Botchkov2018-04-261-0/+26
* | | | MDEV-15739 sql_mode=ORACLE: Make LPAD and RPAD return NULL instead of empty s...halfspawn2018-04-031-8/+104
* | | | MDEV-15664 : sql_mode=ORACLE: Make TRIM return NULL instead of empty stringhalfspawn2018-03-291-2/+48
* | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-5/+12
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* | | | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-335/+335
* | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-2/+2
* | | | System Versioning pre0.12Aleksey Midenkov2017-11-071-41/+10
|\ \ \ \
| * | | | SQL: VTQ testing iface moved to plugin [closes #224]Aleksey Midenkov2017-07-071-159/+10
| * | | | IB, SQL: (0.4) COMMIT_ID-based ordering of transactionsAleksey Midenkov2017-05-051-45/+77
| * | | | IB: 0.2 part IVAleksey Midenkov2017-05-051-0/+88
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-0/+50
|\ \ \ \ \
| * | | | | MDEV-14012 - sql_mode=Oracle: substr(): treat position 0 as position 1halfspawn2017-10-061-0/+50
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-8/+7
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-251-25/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-11553 Can't restore a PERSISTENT column that uses DATE_FORMAT()Sergei Golubchik2017-09-231-25/+2
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-09-231-0/+29
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-13863 sql_mode=ORACLE: DECODE does not treat two NULLs as equivalentAlexander Barkov2017-09-231-0/+29
* | | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / / / /
* | | | | 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