summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '11.0' into 11.1bb-11.1-releaseOleksandr Byelkin2023-05-171-59/+48
|\
| * Merge bb-10.11-release into bb-11.0-releaseSergei Petrunia2023-05-151-16/+24
| |\
| | * Merge branch '10.10' into 10.11Oleksandr Byelkin2023-05-051-4/+8
| | |\
| | | * Merge branch '10.8' into 10.9Oleksandr Byelkin2023-05-041-4/+8
| | | |\
| | | | * Merge branch '10.6' into 10.8Oleksandr Byelkin2023-05-041-4/+8
| | | | |\
| | | | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-041-4/+8
| | | | | |\
| | | | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-05-041-4/+8
| | | | | | |\
| | | | | | | * MDEV-31189 Server crash or assertion failure in upon 2nd execution of PS with...Oleksandr Byelkin2023-05-041-4/+8
| | * | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2023-05-031-12/+16
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-05-031-12/+16
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge branch '10.6' into 10.8Oleksandr Byelkin2023-05-031-13/+16
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-031-9/+0
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge branch 'bb-10.4-release' into bb-10.5-releaseOleksandr Byelkin2023-05-021-9/+0
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * return accidentally removed in 45d4f6b97b4811b1b7783dcd19526be1dbb196dc commentbb-10.4-MDEV-30889Oleksandr Byelkin2023-04-271-0/+6
| | | | | | | * MDEV-30889: 2 - Allocation in TABLE_SHARE::init_from_sql_statement_stringOleksandr Byelkin2023-04-261-15/+0
| | | | | * | | MDEV-31162 Crash for query using ROWNUM over multi-table view with ORDER BYbb-10.6-igorIgor Babaev2023-05-021-2/+4
| | | | | * | | MDEV-31143 Crash for query using ROWNUM() over view with ORDER BYIgor Babaev2023-04-301-1/+1
| | | | | * | | MDEV-31073 Server crash, assertion `table != 0 && view->field_translation != ...Oleksandr Byelkin2023-04-271-1/+11
| * | | | | | | Merge 10.11 into 11.0Sergei Petrunia2023-04-171-42/+15
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-04-141-42/+15
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-04-141-42/+15
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-121-42/+15
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-04-111-42/+15
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2023-04-051-1/+1
| | | | | | |\ \ | | | | | | | |/
| | | | | | * | Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-311-42/+14
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-30706 Different results of selects from view and CTE with same definitionIgor Babaev2023-03-021-7/+9
| | | | | | | * MDEV-30746 Regression in ucs2_general_mysql500_ciAlexander Barkov2023-03-011-35/+5
| | | | | | * | 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
* | | | | | | | MDEV-28965 Assertion failure when preparing UPDATE with derived table in WHEREIgor Babaev2023-03-151-3/+7
|/ / / / / / /
* | | | | | | MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_...Monty2023-03-021-15/+46
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-02-161-1/+16
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-311-1/+16
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-311-1/+16
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-311-1/+16
| | | |\ \ \ \
| | | | * \ \ \ Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-1/+16
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-1/+16
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-1/+16
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-191-1/+16
* | | | | | | | Fixed bug in extended key handling when there is no primary keyMonty2023-02-101-105/+181
* | | | | | | | MDEV-30486 Table is not eliminated in bb-11.0Monty2023-02-101-3/+9
* | | | | | | | Cache file->index_flags(index, 0, 1) in table->key_info[index].index_flagsMonty2023-02-031-1/+6
* | | | | | | | Add limits for how many IO operations a table access will doMonty2023-02-021-2/+11
* | | | | | | | Changing all cost calculation to be given in millisecondsMonty2023-02-021-9/+36
* | | | | | | | Fixed some issues with FORCE INDEXMichael Widenius2023-02-021-8/+9
* | | | | | | | Make the most important optimizer constants user variablesMonty2023-02-021-4/+14
* | | | | | | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-0/+6
|/ / / / / / /
* | | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-01-131-1/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.8 into 10.9Marko Mäkelä2023-01-131-1/+4
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.7 into 10.8Marko Mäkelä2023-01-131-1/+4
| | |\ \ \ \ \ | | | |/ / / /