summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-17/+60
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-17/+60
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-251-17/+60
| | |\ \ \ | | | |/ /
| | | * | Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-17/+60
* | | | | Aria will now register it's transactionsMonty2020-05-231-41/+18
* | | | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-5/+5
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-181-16/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-181-16/+10
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2020-05-161-16/+10
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-161-14/+8
| | | |\ \ | | | | |/
| | | | * MDEV-22579 No error when inserting DEFAULT(non_virtual_column) into a virtual...Alexander Barkov2020-05-151-4/+2
* | | | | Merge branch '10.4' into 10.5Sergei Golubchik2020-05-091-0/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Sergei Golubchik2020-05-091-0/+9
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.2' into 10.3mariadb-10.3.23Sergei Golubchik2020-05-091-0/+9
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.1' into 10.2mariadb-10.2.32Oleksandr Byelkin2020-05-081-0/+9
| | | |\ \ | | | | |/
| | | | * MDEV-22180 Planner opens unnecessary tables when updated table is referenced ...Sergei Golubchik2020-05-081-0/+9
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-291-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-04-271-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-2/+2
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-04-271-2/+2
| | | |\ \ | | | | |/
| | | | * MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-271-2/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-1/+1
* | | | | Added support for more functions when using partitioned S3 tablesMonty2020-04-191-1/+2
* | | | | Don't try to open temporary tables if there are no temporary tables.Monty2020-04-191-7/+8
* | | | | Handle errors from external_unlock & mysql_unlock_tablesMonty2020-04-191-11/+15
* | | | | cleanup: remove unnecessary mallocSergei Golubchik2020-04-111-12/+7
* | | | | cleanup: don't repeat common codeSergei Golubchik2020-04-111-49/+41
* | | | | MDEV-21889 Typo fix: ER_KEY_DOES_NOT_EXISTSAleksey Midenkov2020-04-041-1/+1
* | | | | Yet less TDC hash lookupsSergey Vojtovich2020-04-031-3/+1
* | | | | Split tdc_remove_table()Sergey Vojtovich2020-04-031-10/+6
* | | | | Fixed close_cached_connection_tables() flushingSergey Vojtovich2020-04-031-87/+0
* | | | | Cleanup close_all_tables_for_name()Sergey Vojtovich2020-04-031-8/+3
* | | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-19/+51
* | | | | Improve update handler (long unique keys on blobs)Monty2020-03-241-5/+2
* | | | | handler::rebind()Sergey Vojtovich2020-03-241-1/+7
* | | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-3/+0
* | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-1/+1
* | | | | perfschema mdl related instrumentation changesSergei Golubchik2020-03-101-11/+11
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-5/+6
* | | | | MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard)Oleksandr Byelkin2020-03-101-2/+2
* | | | | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-4/+4
* | | | | Removed tc_purge() and purge_tables() argumentSergey Vojtovich2019-11-251-8/+4
* | | | | Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-251-15/+9
* | | | | Removed tdc_increment_refresh_version()Sergey Vojtovich2019-11-251-4/+2
* | | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-9/+19
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-9/+19
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-10-181-0/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-10748 Server crashes in ha_maria::implicit_commitMonty2019-10-151-3/+11
| | * | | MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-171-9/+18