summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-3/+2
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-9/+5
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-9/+5
| | |\
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-9/+5
| | | |\
| | | | * cleanup: reduce code duplicationSergei Golubchik2020-07-291-8/+4
| | | | * MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-291-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-17/+26
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-17/+26
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-17/+26
| | |\ \ \ | | | |/ /
| | | * | MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-211-17/+26
* | | | | MDEV-23071 remove potentially dangerouws casting to Item_in_subselectOleksandr Byelkin2020-07-061-5/+6
* | | | | introduce hton->drop_table() methodSergei Golubchik2020-07-041-14/+8
* | | | | MDEV-22881 Unexpected errors, corrupt output, Valgrind / ASAN errors in Item_...Aleksey Midenkov2020-06-151-1/+2
* | | | | MDEV-19745 BACKUP STAGE BLOCK_DDL hangs on flush sequence tableMonty2020-06-141-3/+6
* | | | | remove dead codeSergei Golubchik2020-06-091-3/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-051-6/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-051-4/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-06-051-4/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-22339 - Assertion `str_length < len' failedSergey Vojtovich2020-06-041-4/+4
* | | | | MDEV-6268 SPIDER table with no COMMENT clause causes queries to wait foreverKentoku SHIBA2020-06-051-1/+3
* | | | | 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