summaryrefslogtreecommitdiff
path: root/sql/sql_parse.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27128: Implement JSON Schema Validation FUNCTIONRucha Deodhar2023-04-261-0/+16
* MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statementsIgor Babaev2023-03-151-0/+1
* cleanupSergei Golubchik2022-10-261-1/+0
* Main patch MDEV-27896 Wrong result upon `COLLATE latin1_bin CHARACTER SET lat...Alexander Barkov2022-05-241-1/+0
* MDEV-27743 Remove Lex::charsetAlexander Barkov2022-03-221-1/+0
* MDEV-16708: Unsupported commands for prepared statementsDmitry Shulga2021-06-171-1/+1
* MDEV-17339 JSON_TABLE.Alexey Botchkov2021-04-211-1/+1
* Merge 10.5 into 10.6Marko Mäkelä2021-03-051-0/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-03-051-0/+1
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-03-051-0/+1
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-03-031-0/+1
| | | |\
| | | | * MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a ...Dmitry Shulga2021-02-251-0/+1
* | | | | MDEV-24341 Innodb - do not block in foreground thread in log_write_up_to(Vladislav Vaintroub2021-02-141-3/+10
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-11-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23691 S3 storage engine: delayed slave can drop the tableMonty2020-10-211-1/+1
* | | | | MDEV-21612 - remove COM_MULTI from server and C/CVladislav Vaintroub2020-07-141-4/+2
|/ / / /
* | | | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-12/+12
* | | | MDEV-10014 Add RETURNING to INSERTRucha Deodhar2019-10-141-1/+1
|/ / /
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | 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
* | | | | Bootstrap cleanupsSergey Vojtovich2019-02-121-1/+1
* | | | | Execute bootstrap in main threadSergey Vojtovich2019-01-281-2/+1
|/ / / /
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-0/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-081-0/+1
| | |\ \
| | | * | MDEV-15216 Assertion `! is_set() || m_can_overwrite_status' failed in Diagnos...Sergei Golubchik2018-05-081-0/+1
| | | * | MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf...Sergei Golubchik2017-05-151-1/+0
| | | * | WIP: global readonly variable pcre_frame_sizeDaniel Black2017-05-151-0/+1
* | | | | MDEV-16020 SP variables inside GROUP BY..WITH ROLLUP break replicationAlexander Barkov2018-04-271-1/+0
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-3/+3
* | | | | Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-1/+1
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-7/+7
* | | | | Lots of small cleanupsMichael Widenius2017-08-241-1/+1
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+0
* | | | | Adding the "const" qualified to the LEX_CSTRING parameter of a few check_xxx(...Alexander Barkov2017-08-041-3/+3
* | | | | MDEV-13415 Wrap the code in sp.cc into a class Sp_handlerAlexander Barkov2017-07-311-4/+7
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-11/+12
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-03-311-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-1/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-1/+2
| | | |\ \ | | | | |/
| | | | * race-condition safe implementation of test_if_data_home_dir()Sergei Golubchik2017-02-271-1/+2
* | | | | MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT)Oleksandr Byelkin2017-03-141-1/+1
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-0/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-0/+1
| | |\ \ | | | |/
| | | * reduce code duplication a littlemariadb-5.5.54Sergei Golubchik2016-12-221-0/+1