summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge 10.2 into 10.3Marko Mäkelä2020-04-271-1/+1
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-04-271-1/+1
| |\
| | * MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-271-2/+2
* | | fix tests related to SQL comment lengthEugene Kosov2020-04-151-4/+1
* | | MDEV-21688 Assertion or ER_WARN_DATA_OUT_OF_RANGE upon ALTER on previously ve...Aleksey Midenkov2020-04-021-13/+7
* | | Merge 10.2 into 10.3Marko Mäkelä2020-03-301-3/+9
|\ \ \ | |/ /
| * | MDEV-22005 UBSAN: applying non-zero offset 2 to null pointer in my_charpos_mb()Eugene Kosov2020-03-261-3/+7
* | | Merge 10.2 into 10.3Marko Mäkelä2019-12-121-2/+52
|\ \ \ | |/ /
| * | MDEV-18463 Don't allow multiple table CONSTRAINTs with the same name.Alexey Botchkov2019-12-091-2/+52
* | | Merge 10.2 into 10.3Marko Mäkelä2019-11-061-0/+8
|\ \ \ | |/ /
| * | Merge 10.1 to 10.2Marko Mäkelä2019-11-061-0/+8
| |\ \ | | |/
| | * MDEV-17896 Assertion `pfs->get_refcount() > 0' failedRobert Bindar2019-11-011-0/+7
* | | MDEV-18819 ALTER_COLUMN_VCOL is not set for generated stored columnsSergei Golubchik2019-10-301-1/+1
* | | read-only slave using statement replication should replicate tmp tablesMichael Widenius2019-10-211-1/+1