summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30862 Assertion `mode_ == m_high_priority' failedDaniele Sciascia2023-04-181-0/+13
* MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-191-8/+11
* Merge 10.3 into 10.4Marko Mäkelä2023-01-031-0/+1
|\
| * MDEV-25004 vers_force_trx option to force transactional System VersioningAleksey Midenkov2022-12-271-0/+1
* | Merge 10.3 into 10.4Marko Mäkelä2022-12-131-0/+6
|\ \ | |/
| * MDEV-29144 ER_TABLE_SCHEMA_MISMATCH or crash on DISCARD/IMPORTMarko Mäkelä2022-12-091-0/+4
| * MDEV-30112 ASAN errors in Item_ident::print / generate_partition_syntaxbb-10.3-midenokAleksey Midenkov2022-12-011-0/+2
* | MDEV-29495 Generalize can_convert_xxx() hook engine API to cover any arbitrar...Alexander Barkov2022-10-271-1/+1
* | MDEV-28545 MyISAM reorganize partition corrupt older table formatAlexander Barkov2022-10-251-0/+12
* | Merge 10.3 into 10.4Aleksey Midenkov2022-10-061-0/+48
|\ \ | |/
| * MDEV-29697 Assertion failure in Diagnostics_area::set_ok_statusAleksey Midenkov2022-10-051-0/+1
| * MDEV-28576 RENAME COLUMN with NOCOPY algorithm leads to corrupt partitioned t...Aleksey Midenkov2022-10-051-0/+47
* | MDEV-20760 Add Type_handler::KEY_pack_flags()Alexander Barkov2022-09-301-10/+4
* | MDEV-29672 Add MTR tests covering key and key segment flags and typesAlexander Barkov2022-09-301-0/+8
* | Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFFMarko Mäkelä2022-09-231-1/+3
* | Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-0/+3
* | Merge 10.3 into 10.4Marko Mäkelä2022-07-011-2/+1
|\ \ | |/
| * Fix most clang-15 -Wunused-but-set-variableMarko Mäkelä2022-07-011-2/+1
* | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-1/+12
|\ \ | |/
| * MDEV-28254 Wrong position for row_start, row_end after adding column to impli...Aleksey Midenkov2022-04-221-1/+12
* | Merge 10.3 into 10.4Marko Mäkelä2022-03-291-21/+22
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2022-03-291-21/+22
| |\
| | * Fix gcc-12 -O2 -Warray-boundsMarko Mäkelä2022-03-171-21/+22
* | | Merge 10.3 to 10.4Daniel Black2022-03-161-5/+7
|\ \ \ | |/ /
| * | MDEV-27753 Incorrect ENGINE type of table after crash for CONNECT tableSergei Golubchik2022-03-141-5/+7
* | | MDEV-27962 Instant DDL downgrades the MDL when table is emptyThirunarayanan Balathandayuthapani2022-03-011-5/+5
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-17/+37
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-10/+28
| |\ \ | | |/
| | * MDEV-25917 create table like fails if source table is partitioned and engine ...Alexey Botchkov2022-01-251-2/+9
| | * MDEV-25549 : Assertion `*new_engine' failed in bool check_engine(THD*, const ...Jan Lindström2022-01-111-7/+16
| | * MDEV-25872 InnoDB: Assertion failure in row_merge_read_clustered_index upon A...Thirunarayanan Balathandayuthapani2021-06-151-0/+8
| * | MDEV-27452 TIMESTAMP(0) system field is allowed for certain creation of syste...Aleksey Midenkov2022-01-131-2/+7
* | | 10.4-MDEV-27275 CREATE TABLE with FK not safe for PAsjaakola2021-12-201-6/+8
* | | MDEV-23805 Make Online DDL to Instant DDL when table is emptybb-10.4-MDEV-23805Thirunarayanan Balathandayuthapani2021-11-121-3/+4
* | | Merge 10.3 into 10.4Marko Mäkelä2021-11-091-9/+43
|\ \ \ | |/ /
| * | MDEV-25803 innodb.alter_candidate_key fixAleksey Midenkov2021-11-021-8/+20
| * | MDEV-25803 Inplace ALTER breaks MyISAM/Aria table when order of keys is changedAleksey Midenkov2021-11-021-3/+25
* | | MDEV-20131 Assertion `!pk->has_virtual()' failedNikita Malyavin2021-10-201-8/+10
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-131-3/+3
|\ \ \ | |/ /
| * | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-111-3/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2021-07-021-3/+6
|\ \ \ | |/ /
| * | MDEV-25971 Instant ADD COLUMN fails to issue truncation warningsThirunarayanan Balathandayuthapani2021-07-021-3/+6
* | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-1/+9
|\ \ \ | |/ /
| * | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-1/+10
| |\ \ | | |/
| | * MDEV-19198 - DBUG assert in CREATE IF NOT EXIST under LOCK TABLES WRITEVladislav Vaintroub2021-04-281-1/+8
| | * MDEV-22928 InnoDB fails to fetch index type when index mismatch happensThirunarayanan Balathandayuthapani2021-04-271-0/+1
| * | MDEV-24758 heap-use-after-poison in innobase_add_instant_try/rec_copyMarko Mäkelä2021-04-261-8/+8
* | | Merge 10.3 into 10.4bb-10.4-mergeMarko Mäkelä2021-04-251-5/+50
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-04-241-5/+49
| |\ \ | | |/
| | * MDEV-25091 CREATE TABLE: field references qualified by a wrong table name suc...Aleksey Midenkov2021-04-231-5/+53