summaryrefslogtreecommitdiff
path: root/sql/table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-191-1/+16
* 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.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
* | 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.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.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
* | MDEV-29613 Improve WITH_DBUG_TRACE=OFFMarko Mäkelä2022-09-231-1/+1
* | 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.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.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.3 into 10.4Marko Mäkelä2022-04-061-7/+17
|\ \ \ | |/ /
| * | MDEV-22973 Assertion in compare_record upon multi-update involving versioned ...Aleksey Midenkov2022-03-291-3/+4
| * | MDEV-19525 remove ER_VERS_FIELD_WRONG_TYPE from init_from_binary_frm_image()Aleksey Midenkov2022-03-291-3/+10
* | | Merge 10.3 into 10.4Marko Mäkelä2022-03-291-3/+19
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2022-03-291-2/+18
| |\ \ | | |/
| | * MDEV-28078 Garbage on multiple equal ENUMs with tricky character setsAlexander Barkov2022-03-171-2/+18
* | | Merge 10.3 to 10.4Daniel Black2022-03-161-2/+2
|\ \ \ | |/ /
| * | MDEV-27753 Incorrect ENGINE type of table after crash for CONNECT tableSergei Golubchik2022-03-141-1/+1
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-6/+31
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-2/+22
| |\ \ | | |/
| | * MDEV-20325: Assertion `outer_context || !*from_field || *from_field == not_fo...bb-10.2-MDEV-20325Dmitry Shulga2022-01-111-2/+22
| * | MDEV-26778 row_start is not updated in current row for InnoDBAleksey Midenkov2022-01-131-4/+9
* | | MDEV-26453 Assertion `0' failed in row_upd_sec_index_entry & corruptionNikita Malyavin2021-10-291-0/+5
* | | 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.3 into 10.4Marko Mäkelä2021-10-131-2/+5
|\ \ \ | |/ /