summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* Update row and key fetch cost models to take into account data copy costsbb-10.7-selectivityMonty2022-03-021-0/+6
* Merge 10.6 into 10.7Marko Mäkelä2021-11-091-0/+5
|\
| * Merge 10.5 into 10.6Marko Mäkelä2021-11-091-0/+5
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2021-11-091-0/+5
| | |\
| | | * MDEV-26453 Assertion `0' failed in row_upd_sec_index_entry & corruptionNikita Malyavin2021-10-291-0/+5
* | | | MDEV-26956 LeakSanitizer/Valgrind errors in trx_mod_table_time_t::start_bulk_...bb-10.7-MDEV-26956Thirunarayanan Balathandayuthapani2021-11-071-0/+3
* | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-221-0/+15
|\ \ \ \ | |/ / /
| * | | Merge 10.5 into 10.6Marko Mäkelä2021-10-211-0/+15
| |\ \ \ | | |/ /
| | * | Merge 10.4 into 10.5Marko Mäkelä2021-10-211-0/+15
| | |\ \ | | | |/
| | | * Merge 10.3 into 10.4Marko Mäkelä2021-10-211-0/+15
| | | |\
| | | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-211-0/+15
| | | | |\
| | | | | * MDEV-26262 fixup: Remove a bogus assertionMarko Mäkelä2021-10-211-3/+0
| | | | | * MDEV-26262 frm is corrupted after ER_EXPRESSION_REFERS_TO_UNINIT_FIELDNikita Malyavin2021-10-201-0/+3
| | | | | * MDEV-23408 Wrong result upon query from I_S and further Assertion `!alias_arg...Alexander Barkov2021-10-141-0/+15
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-131-2/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-131-2/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.4 into 10.5Marko Mäkelä2021-10-131-2/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.3 into 10.4Marko Mäkelä2021-10-131-2/+5
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 10.2 into 10.3Marko Mäkelä2021-10-131-0/+3
| | | | |\ \ | | | | | |/
| | | | | * MDEV-18278 Misleading error message in error log upon failed table creationAleksey Midenkov2021-10-111-0/+3
| | | | * | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-111-2/+2
| | | * | | 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-3/+3
* | | | | | cleanup: MY_BITMAP mutexSergei Golubchik2021-08-261-9/+9
|/ / / / /
* | | | | Merge 10.5 to 10.6Marko Mäkelä2021-08-191-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-08-181-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-08-181-2/+2
| | |\ \ \ | | | |/ /
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-031-0/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-08-021-0/+15
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4mariadb-10.4.21Oleksandr Byelkin2021-08-021-0/+15
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3mariadb-10.3.31Oleksandr Byelkin2021-08-021-0/+15
| | | |\ \ | | | | |/
| | | | * MDEV-26220 Server crashes with indexed by prefix virtual columnmariadb-10.2.40Nikita Malyavin2021-08-021-0/+15
| | | | * Revert "MDEV-26220 Server crashes with indexed by prefix virtual column"Oleksandr Byelkin2021-08-021-65/+48
| | | | * MDEV-26220 Server crashes with indexed by prefix virtual columnNikita Malyavin2021-07-281-48/+65
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-20/+33
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-20/+33
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-18/+31
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-18/+31
| | | |\ \ | | | | |/
| | | | * follow-up MDEV-18166: rename marking functionsNikita Malyavin2021-07-121-16/+16
| | | | * [2/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-121-13/+26
| | | | * [1/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-121-1/+1
* | | | | errors after altering a table has finished aren't fatalSergei Golubchik2021-07-021-19/+0
* | | | | fix JSON_ARRAYAGG not to over-quote json in joinsSergei Golubchik2021-06-301-8/+13
* | | | | MDEV-24089 support oracle syntax: rownumMonty2021-05-191-0/+4
* | | | | Make LEX::can_not_use_merged more generalMonty2021-05-191-3/+1
* | | | | Don't reset StringBuffers in loops when not neededMonty2021-05-191-1/+6
* | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-4/+5
* | | | | Reduce usage of strlen()Monty2021-05-191-5/+6
* | | | | Split item->flags into base_flags and with_flagsMonty2021-05-191-1/+1
* | | | | Removed Item::is_fixed() and Item::has_subquery()Monty2021-05-191-5/+5