summaryrefslogtreecommitdiff
path: root/sql/table.h
Commit message (Expand)AuthorAgeFilesLines
* Added 'records_out' and join_type to POSITIONMonty2022-07-091-1/+2
* Make the most important optimizer constants user variablesMonty2022-07-091-4/+1
* Update row and key fetch cost models to take into account data copy costsMonty2022-07-091-8/+36
* Split cost calculations into fetch and totalMonty2022-07-081-0/+3
* Fix calculation of selectivityMonty2022-07-071-1/+13
* MDEV-28918 Implicit cast from INET6 UNSIGNED works differently on UPDATE vs A...Alexander Barkov2022-06-271-0/+21
* Merge 10.5 into 10.6Marko Mäkelä2022-06-021-4/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2022-06-021-4/+1
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2022-06-021-3/+0
| | |\
| | | * remove obsolete fix_session_vcol_expr{,_for_read} function declarationskkz2022-05-261-3/+0
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-04-211-2/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-04-211-2/+9
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-04-211-2/+9
| | |\ \ | | | |/
| | | * MDEV-24176 Server crashes after insert in the table with virtualAleksey Midenkov2022-04-181-5/+6
| | | * MDEV-24176 PreparationsAleksey Midenkov2022-04-181-1/+7
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-0/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-0/+2
| | |\ \ | | | |/
| | | * MDEV-26778 row_start is not updated in current row for InnoDBAleksey Midenkov2022-01-131-0/+2
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-08-231-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-08-231-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-08-231-1/+1
| | |\ \ | | | |/
| | | * Fix GCC 11.2.0 -Wmaybe-uninitializedMarko Mäkelä2021-08-231-2/+2
* | | | Merge 10.5 to 10.6Marko Mäkelä2021-08-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-08-181-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-08-181-1/+1
| | |\ \ | | | |/
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-2/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-2/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-2/+3
| | |\ \ | | | |/
| | | * Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-2/+3
| | | |\
| | | | * follow-up MDEV-18166: rename marking functionsNikita Malyavin2021-07-121-3/+3
| | | | * [2/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-121-0/+1
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-0/+37
| | | |\ \ | | | | |/
| | | | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-0/+37
| | * | | MDEV-19702 Refactor Bitmap<N> to be based on ulonglong, not on uint32Vladislav Vaintroub2021-06-101-3/+0
| | * | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-0/+37
* | | | | fix JSON_ARRAYAGG not to over-quote json in joinsSergei Golubchik2021-06-301-0/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-0/+37
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igorIgor Babaev2021-05-251-0/+37
* | | | | Changed field_index to use field_index_t instead of uint16Monty2021-05-191-6/+6
* | | | | Improved storage size for Item, Field and some other classesMonty2021-05-191-1/+1
* | | | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-1/+3
* | | | | MDEV-13115: Implement SELECT SKIP LOCKEDDaniel Black2021-04-081-1/+2
* | | | | Add TL_FIRST_WRITE in SQL layer for determining R/WDaniel Black2021-04-081-3/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-051-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-051-0/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-051-0/+6
| | |\ \ \ | | | |/ /
| | | * | MDEV-24710 Uninitialized value upon CREATE .. SELECT ... VALUE...Monty2021-03-011-0/+6
* | | | | MDEV-7317: Make an index ignorable to the optimizerVarun Gupta2021-03-041-0/+6
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-241-1/+1
|\ \ \ \ \ | |/ / / /