summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | 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
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-1/+3
* | | | | Changed field_index to use field_index_t instead of uint16Monty2021-05-191-7/+9
* | | | | Optimize usage of c_ptr(), c_ptr_quick() and String::alloc()Monty2021-05-191-1/+1
* | | | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-4/+6
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-051-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25586 : SIGSEGV in my_strcasecmp_utf8mb3Jan Lindström2021-05-051-1/+2
* | | | | MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-211-2/+2
* | | | | MDEV-17339 JSON_TABLE.Alexey Botchkov2021-04-211-1/+1
* | | | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-3/+5
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-081-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22775: Merge 10.4 into 10.5Marko Mäkelä2021-04-081-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-22775 [HY000][1553] Changing name of primary key column with foreign key...Alexander Barkov2021-04-071-1/+1
* | | | | MDEV-13115: Implement SELECT SKIP LOCKEDDaniel Black2021-04-081-0/+2
* | | | | Add TL_FIRST_WRITE in SQL layer for determining R/WDaniel Black2021-04-081-2/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-261-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-221-1/+1