summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Merge 10.4 into 10.5Marko Mäkelä2023-01-131-1/+4
|\ \ | |/
| * Merge branch '10.3' into 10.4Sergei Golubchik2023-01-101-1/+4
| |\
| | * MDEV-29988: Major performance regression with 10.6.11Dmitry Shulga2023-01-021-1/+4
* | | Merge 10.4 into 10.5Marko Mäkelä2022-12-131-5/+15
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-12-131-5/+15
| |\ \ | | |/
| | * try harder to reject not strictly deterministic vcols in indexes/storedSergei Golubchik2022-12-021-1/+8
| | * MDEV-30016 Virtual columns do not support autoincrement columnsSergei Golubchik2022-12-021-1/+3
| | * Safety fixMonty2022-11-291-3/+4
| * | MDEV-19190 Assertion `...auto_inc_initialized` failed in get_auto_incrementlrf1412022-11-241-0/+1
* | | fix error on reading 5.5 tables with generated columnsSergei Golubchik2022-12-131-3/+3
* | | Merge 10.4 into 10.5Jan Lindström2022-11-301-0/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2022-10-251-3/+9
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-10-251-3/+9
| |\ \ | | |/
| | * MDEV-29748 ASAN errors or server crash in File_parser::parse upon concurrent ...Oleksandr Byelkin2022-10-241-0/+4
| | * MDEV-16549 Server crashes in Item_field::fix_fields on query with view and su...Oleksandr Byelkin2022-10-241-2/+4
| | * MDEV-29753 fixup: Silence bogus GCC -Og -Wmaybe-uninitializedMarko Mäkelä2022-10-181-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2022-10-131-1/+24
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-10-131-1/+24
| |\ \ | | |/
| | * MDEV-29753 An error is wrongly reported during INSERT with vcol indexNikita Malyavin2022-10-121-3/+14
| | * MDEV-29299 SELECT from table with vcol index reports warningNikita Malyavin2022-10-121-1/+13
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-0/+67
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-0/+67
| |\ \ | | |/
| | * MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00...Oleksandr Byelkin2022-09-301-0/+67
* | | Merge 10.4 into 10.5Marko Mäkelä2022-09-261-1/+1
|\ \ \ | |/ /
| * | MDEV-29613 Improve WITH_DBUG_TRACE=OFFMarko Mäkelä2022-09-231-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2022-08-301-1/+8
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-08-301-1/+2
| |\ \ | | |/
| | * MDEV-29258 Failing assertion for name length on RENAME TABLEMarko Mäkelä2022-08-301-2/+3
| * | MDEV-18873 Server crashes in Compare_identifiers::operator or in my_strcasecm...tmokmss2022-08-261-0/+6
| * | MDEV-26546 SIGSEGV's in spider_db_connect on SHOW TABLE and spider_db… …_...Alexey Botchkov2022-07-171-0/+49
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-30/+8
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-30/+8
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-1/+1
| | |\
| | | * MDEV-27212 Crash in Item_equal::sort on second execution of stored procedurebb-10.2-igorIgor Babaev2022-04-251-1/+1
| | * | Merge branch '10.2' into 10.3Sergei Golubchik2022-04-211-29/+7
| | |\ \ | | | |/
| | | * MDEV-25638 Assertion `!result' failed in convert_const_to_intSergei Golubchik2022-04-151-0/+1
| | | * MDEV-26281 ASAN use-after-poison when complex conversion is involved in blobSergei Golubchik2022-04-141-13/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-04-211-81/+194
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2022-04-211-81/+194
| |\ \ \ | | |/ /
| | * | MDEV-24176 Server crashes after insert in the table with virtualAleksey Midenkov2022-04-181-24/+141
| | * | MDEV-24176 PreparationsAleksey Midenkov2022-04-181-59/+56
* | | | Merge 10.4 into 10.5Marko Mäkelä2022-04-061-7/+17
|\ \ \ \ | |/ / /