summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25004 vers_force_trx option to force transactional System VersioningAleksey Midenkov2022-12-271-0/+1
* 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-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
* Fix most clang-15 -Wunused-but-set-variableMarko Mäkelä2022-07-011-2/+1
* MDEV-28254 Wrong position for row_start, row_end after adding column to impli...Aleksey Midenkov2022-04-221-1/+12
* 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
* | MDEV-27753 Incorrect ENGINE type of table after crash for CONNECT tableSergei Golubchik2022-03-141-5/+7
* | 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
* | 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-22660 System versioning cleanupsAleksey Midenkov2021-10-111-3/+3
* | MDEV-25971 Instant ADD COLUMN fails to issue truncation warningsThirunarayanan Balathandayuthapani2021-07-021-3/+6
* | 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.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
* | Merge 10.2 into 10.3Marko Mäkelä2021-04-211-2/+2
|\ \ | |/
| * MDEV-25403 ALTER TABLE wrongly checks for field's default value if AFTER is usedSergei Golubchik2021-04-151-1/+1
* | MDEV-25327 Unexpected ER_DUP_ENTRY upon dropping PK column from system-versio...Aleksey Midenkov2021-04-191-2/+10
* | MDEV-24690 Dropping primary key column from versioned table always fails with...Aleksey Midenkov2021-03-311-1/+4
* | Fixed typo in commentMonty2021-03-011-1/+1
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-4/+9
|\ \ | |/
| * MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-111-3/+7
| * MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-111-1/+2
* | MDEV-22178 Assertion `info->alias.str' failed in partition_info::check_partit...Aleksey Midenkov2020-12-221-0/+1
* | MDEV-19273: Server crash in MDL_ticket::has_stronger_or_equal_type or Asserti...bb-10.3-MDEV-19273Oleksandr Byelkin2020-12-091-12/+44
* | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-251-3/+1
* | MDEV-23968 CREATE TEMPORARY TABLE .. LIKE (system versioned table) returns er...Aleksey Midenkov2020-10-201-7/+9
* | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-1/+2
|\ \ | |/
| * MDEV-18042 Server crashes upon adding a non-null date column under NO_ZERO_DA...Nikita Malyavin2020-07-311-1/+2
* | Merge 10.2 into 10.3Marko Mäkelä2020-07-021-0/+7
|\ \ | |/
| * MDEV-22726: Add check that one can't change general or slow log to aVlad Lesin2020-06-241-0/+7
| * MDEV-21695 Server crashes in TABLE::evaluate_update_default_function upon UPD...Alexander Barkov2020-06-171-0/+2
* | Merge 10.2 into 10.3Marko Mäkelä2020-05-291-0/+19
|\ \ | |/
| * MDEV-22558 wrong error for invalid utf8 table commentSergei Golubchik2020-05-271-0/+19
* | MDEV-16937 Strict SQL with system versioned tables causes issuesAleksey Midenkov2020-05-281-0/+1
* | MDEV-18794 append_drop_column() small refactoringAleksey Midenkov2020-05-281-14/+11
* | Merge 10.2 into 10.3Marko Mäkelä2020-05-251-2/+4
|\ \ | |/
| * Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-2/+4
* | MDEV-16288 ALTER TABLE…ALGORITHM=DEFAULT does not override alter_algorithmThirunarayanan Balathandayuthapani2020-05-041-8/+10
* | MDEV-19611 INPLACE ALTER does not fail on bad implicit default valueThirunarayanan Balathandayuthapani2020-04-281-2/+2