summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21921 Make transaction_isolation and transaction_read_only into system v...Junqi Xie2023-04-121-6/+6
* Merge 11.0 into 11.1Marko Mäkelä2023-03-171-1/+1
|\
| * Merge 10.11 into 11.0Marko Mäkelä2023-03-171-1/+1
| |\
| | * Merge 10.10 into 10.11Marko Mäkelä2023-03-171-1/+1
| | |\
| | | * Merge 10.9 into 10.10Marko Mäkelä2023-03-171-1/+1
| | | |\
| | | | * Merge 10.8 into 10.9Marko Mäkelä2023-03-171-1/+1
| | | | |\
| | | | | * Merge 10.6 into 10.8Marko Mäkelä2023-03-161-1/+1
| | | | | |\
| | | | | | * Merge 10.5 into 10.6Marko Mäkelä2023-03-101-1/+1
| | | | | | |\
| | | | | | | * MDEV-23000: Ensure we get a warning from THD::drop_temporary_table() in case ...Weijun Huang2023-03-091-1/+1
* | | | | | | | MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statementsIgor Babaev2023-03-151-0/+3
|/ / / / / / /
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-03-061-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-03-061-0/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-03-061-0/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-03-061-0/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-03-061-0/+1
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-281-0/+1
| | | | | |\ \ | | | | | | |/
| | | | | | * Added detection of memory overwrite with multi_mallocbb-10.5-montyMonty2023-02-271-0/+1
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-02-161-15/+46
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-02-161-15/+15
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-02-161-15/+15
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-02-161-15/+15
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-101-15/+15
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-101-15/+15
| | | | | |\ \ | | | | | | |/
| | | | | | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-14/+14
| | | | | | |\
| | | | | | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-15/+15
| | | | | | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-281-0/+6
| | | | | | | |\
| * | | | | | | \ Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-311-0/+31
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-311-0/+31
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-0/+31
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | | * | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-311-0/+31
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-0/+31
| | | | | |\ \ \ \ \ | | | | | | |/ / / /
| | | | | | * | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-0/+31
| | | | | | |\ \ \ \ | | | | | | | |/ / /
| | | | | | | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-0/+31
| | | | | | | |\ \ \
| | | | | | | | * \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-0/+6
| | | | | | | | |\ \ \ | | | | | | | | | |/ / | | | | | | | | |/| / | | | | | | | | | |/
| | | | | | | | | * MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null |Sergei Petrunia2023-01-231-0/+6
| | | | | | | | * | MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-191-0/+25
* | | | | | | | | | Merge 11.0-selectivity into 11.0Sergei Petrunia2023-02-151-53/+84
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed bug in extended key handling when there is no primary keyMonty2023-02-101-0/+1
| * | | | | | | | | | remove Feature_into_old_syntaxSergei Golubchik2023-02-101-1/+0
| * | | | | | | | | | Cache file->index_flags(index, 0, 1) in table->key_info[index].index_flagsMonty2023-02-031-0/+15
| * | | | | | | | | | Removed "<select expression> INTO <destination>" deprication.Monty2023-02-031-5/+8
| * | | | | | | | | | Add limits for how many IO operations a table access will doMonty2023-02-021-3/+3
| * | | | | | | | | | Changing all cost calculation to be given in millisecondsMonty2023-02-021-6/+8
| * | | | | | | | | | Fixed cost calculations for materialized tablesMonty2023-02-021-0/+2
| * | | | | | | | | | Align elements in struct system_variablesMonty2023-02-021-39/+38
| * | | | | | | | | | Make the most important optimizer constants user variablesMonty2023-02-021-1/+5
| * | | | | | | | | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-4/+5
| * | | | | | | | | | Simple optimization to speed up some handler functions when checking killedMonty2023-01-301-1/+6
| |/ / / / / / / / /
* | | | | | | | | | MDEV-30128 remove support for 5.1- replication eventsSergei Golubchik2023-02-051-1/+0
|/ / / / / / / / /
* | | | | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-01-131-2/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /