summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statementsIgor Babaev2023-03-151-0/+15
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-1/+1
|\
| * Merge 10.8 into 10.9Marko Mäkelä2023-02-161-1/+1
| |\
| | * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-1/+1
| | |\
| | | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-1/+1
| | | |\
| | | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-1/+1
* | | | | Fixed some issues with FORCE INDEXMichael Widenius2023-02-021-1/+1
|/ / / /
* | | | MDEV-28567 Assertion `0' in open_tables upon function-related operationAleksey Midenkov2022-06-291-0/+5
* | | | MDEV-17554 Auto-create new partition for system versioned tables with history...Aleksey Midenkov2022-05-061-1/+5
* | | | MDEV-28201: Server crashes upon SHOW ANALYZE/EXPLAIN FORMAT=JSONSergei Petrunia2022-04-291-0/+1
|/ / /
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-2/+2
|\ \ \ | |/ /
| * | MDEV-23178: Qualified asterisk not supported in INSERT .. RETURNINGRucha Deodhar2021-07-221-2/+2
* | | MDEV-25576: The statement EXPLAIN running as regular statement and as prepare...Dmitry Shulga2021-06-171-2/+0
* | | Merge 10.5 into 10.6Marko Mäkelä2021-06-011-0/+2
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2021-06-011-0/+2
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2021-06-011-0/+2
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-06-011-0/+2
| | | |\
| | | | * MDEV-25576: The statement EXPLAIN running as regular statement and as prepare...Dmitry Shulga2021-05-301-0/+2
* | | | | Changed field_index to use field_index_t instead of uint16Monty2021-05-191-2/+2
* | | | | Improved storage size for Item, Field and some other classesMonty2021-05-191-2/+2
* | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-2/+3
* | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-2/+2
* | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-0/+1
|/ / / /
* | | | Aria will now register it's transactionsMonty2020-05-231-3/+2
* | | | Handle errors from external_unlock & mysql_unlock_tablesMonty2020-04-191-1/+1
* | | | Fixed close_cached_connection_tables() flushingSergey Vojtovich2020-04-031-1/+0
* | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-0/+5
* | | | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-2/+2
* | | | Removed tc_purge() and purge_tables() argumentSergey Vojtovich2019-11-251-1/+1
* | | | MDEV-10014 Add RETURNING to INSERTRucha Deodhar2019-10-141-0/+1
* | | | cleanup: don't pass wild_num to setup_wild()Sergei Golubchik2019-10-141-1/+1
|/ / /
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-141-11/+3
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-11/+3
| |\ \ | | |/
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-06-131-11/+3
| | |\
| | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-06-121-11/+3
| | | |\
| | | | * MDEV-19491 update query stopped working after mariadb upgrade 10.2.23 -> 10.2.24Sergei Golubchik2019-06-011-0/+2
| | | | * cleanupSergei Golubchik2019-06-011-11/+1
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-2/+17
|\ \ \ \ \ | |/ / / /
| * | | | 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 branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+16
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-1/+16
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-1/+16
| | | |\ \ | | | | |/
| | | | * cleanupSergei Golubchik2019-04-241-1/+15
* | | | | stop covering_keys from being set to the same thing twiceDaniel Black2019-02-241-7/+0
* | | | | Added new MDL_BACKUP locks for all backup stagesMonty2018-12-091-6/+13
* | | | | Optimize flush tables with read lock (FTWRL) to not wait for select'sMonty2018-12-091-0/+2
* | | | | Simple cleanups (no logic changes)Monty2018-12-091-4/+0