summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statementsIgor Babaev2023-03-151-0/+1
* MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_...Monty2023-03-021-1/+1
* Merge 10.11 into 11.0Marko Mäkelä2023-02-161-11/+27
|\
| * Merge 10.10 into 10.11Marko Mäkelä2023-02-161-11/+10
| |\
| | * Merge 10.9 into 10.10Marko Mäkelä2023-02-161-11/+10
| | |\
| | | * Merge 10.8 into 10.9Marko Mäkelä2023-02-161-11/+10
| | | |\
| | | | * Merge 10.6 into 10.8Marko Mäkelä2023-02-101-11/+10
| | | | |\
| | | | | * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-11/+10
| | | | | |\
| | | | | | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-11/+10
| | | | | | |\
| | | | | | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-11/+10
| * | | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-311-0/+16
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2023-01-311-0/+16
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-0/+16
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-311-0/+16
| | | | |\ \ \ \
| | | | | * \ \ \ Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-0/+16
| | | | | |\ \ \ \ | | | | | | |/ / /
| | | | | | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-0/+16
| | | | | | |\ \ \ | | | | | | | |/ /
| | | | | | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-0/+16
| | | | | | | |\ \ | | | | | | | | |/
| | | | | | | | * MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-191-0/+16
* | | | | | | | | Simplified code in generate_derived_keys() and when using pos_in_tablesMonty2023-02-101-1/+2
* | | | | | | | | Cache file->index_flags(index, 0, 1) in table->key_info[index].index_flagsMonty2023-02-031-1/+22
* | | | | | | | | Do not give warnings about #rocksdb directory information_schemaMonty2023-02-031-0/+1
* | | | | | | | | Add limits for how many IO operations a table access will doMonty2023-02-021-27/+9
* | | | | | | | | Changing all cost calculation to be given in millisecondsMonty2023-02-021-1/+10
* | | | | | | | | Fixed some issues with FORCE INDEXMichael Widenius2023-02-021-2/+4
* | | | | | | | | Added 'records_out' and join_type to POSITIONMonty2023-02-021-1/+2
* | | | | | | | | Make the most important optimizer constants user variablesMonty2023-02-021-4/+1
* | | | | | | | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-8/+36
* | | | | | | | | Split cost calculations into fetch and totalMonty2023-02-021-0/+3
* | | | | | | | | Fix calculation of selectivityMonty2023-02-021-1/+13
|/ / / / / / / /
* | | | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-01-111-1/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 10.9 into 10.10Marko Mäkelä2023-01-101-1/+10
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.8 into 10.9Marko Mäkelä2023-01-101-1/+10
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 10.7 into 10.8Marko Mäkelä2023-01-101-1/+10
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.6 into 10.7Marko Mäkelä2023-01-041-1/+10
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-01-031-1/+10
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | MDEV-30118 exception in ha_maria::extraMonty2022-12-151-1/+10
* | | | | | | | MDEV-5215 Granted to PUBLICOleksandr Byelkin2022-11-011-0/+9
* | | | | | | | Revert MDEV-25292 Atomic CREATE OR REPLACE TABLESergei Golubchik2022-10-271-10/+7
* | | | | | | | MDEV-29721 Inconsistency upon inserting history with visible period columnsSergei Golubchik2022-10-261-1/+1
* | | | | | | | Merge branch 'bb-10.10-release' into bb-10.11-releaseOleksandr Byelkin2022-10-171-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2022-10-171-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-10-171-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-10-171-1/+1
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-161-1/+1
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-10-151-1/+1
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge 10.4 into 10.5Marko Mäkelä2022-10-131-1/+1
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * Merge 10.3 into 10.4Marko Mäkelä2022-10-131-1/+1
| | | | | | | |\
| | | | | | | | * MDEV-29299 SELECT from table with vcol index reports warningNikita Malyavin2022-10-121-1/+1
* | | | | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2022-10-041-16/+51
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2022-10-041-16/+51
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /