summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25872 InnoDB: Assertion failure in row_merge_read_clustered_index upon A...Thirunarayanan Balathandayuthapani2021-06-151-0/+8
* 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-25091 CREATE TABLE: field references qualified by a wrong table name suc...Aleksey Midenkov2021-04-231-5/+53
* MDEV-25403 ALTER TABLE wrongly checks for field's default value if AFTER is usedSergei Golubchik2021-04-151-1/+1
* 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-18042 Server crashes upon adding a non-null date column under NO_ZERO_DA...Nikita Malyavin2020-07-311-1/+2
* 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
* MDEV-22558 wrong error for invalid utf8 table commentSergei Golubchik2020-05-271-0/+19
* Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-2/+4
* 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
* | MDEV-22005 UBSAN: applying non-zero offset 2 to null pointer in my_charpos_mb()Eugene Kosov2020-03-261-3/+7
* | MDEV-18463 Don't allow multiple table CONSTRAINTs with the same name.Alexey Botchkov2019-12-091-2/+52
* | 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
* | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2019-10-011-8/+8
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-10-011-8/+8
| |\
| | * MDEV-20704 An index on a double column erroneously uses prefix compressionAlexander Barkov2019-10-011-8/+8
* | | Fix -Wunused for CMAKE_BUILD_TYPE=RelWithDebInfoMarko Mäkelä2019-09-301-2/+2
* | | cleanup: on update default nowSergei Golubchik2019-09-031-2/+2
* | | MDEV-16932: ASAN heap-use-after-free in my_charlen_utf8 / my_well_formed_char...Oleksandr Byelkin2019-08-281-12/+55
* | | MDEV-20348: DROP TABLE IF EXISTS killed on master but was replicatedSujatha2019-08-141-36/+31
* | | MDEV-20310: Make InnoDB crash tests Valgrind-friendlyMarko Mäkelä2019-08-131-2/+5
* | | Merge 10.1 into 10.2Marko Mäkelä2019-08-121-1/+1
|\ \ \ | |/ /
| * | MDEV-18930: Failed CREATE OR REPLACE TEMPORARY not written into binary log ma...Sujatha2019-08-051-1/+1
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-3/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-4/+3
| |\ \ | | |/
| | * BUG#28642318: POINT IN TIME RECOVERY USING MYSQLBINLOG BROKEN WITH TEMPORARY ...Nisha Gopalakrishnan2019-07-241-4/+3
* | | Merge 10.1 into 10.2Marko Mäkelä2019-07-251-1/+1
|\ \ \ | |/ /
| * | MDEV-20091 DROP TEMPORARY table is logged despite no CREATE was loggedSujatha2019-07-251-1/+1
* | | MDEV-15641 InnoDB crash while committing table-rebuilding ALTER TABLEThirunarayanan Balathandayuthapani2019-07-101-0/+1
* | | MDEV-16222 Assertion `0' failed in row_purge_remove_sec_if_poss_leaf on table...Aleksey Midenkov2019-07-081-0/+5
* | | MDEV-19055 Failures with temporary tables and AriaMichael Widenius2019-06-171-0/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2019-06-121-0/+306
|\ \ \ | |/ /
| * | MDEV-19653 Add class Sql_cmd_create_tableAlexander Barkov2019-05-311-0/+300
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\ \ | | |/
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2019-05-101-49/+46
|\ \ \ | |/ /
| * | MDEV-16060 - InnoDB: Failing assertion: ut_strcmp(index->name, key->name)Sergey Vojtovich2019-05-091-46/+45
* | | copy-paste error fixedSergei Golubchik2019-04-071-1/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-291-5/+0
|\ \ \ | |/ /
* | | Merge 10.1 into 10.2Marko Mäkelä2019-03-121-12/+8
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.0' into 10.1Sergey Vojtovich2019-03-111-12/+8
| |\ \
| | * | MDEV-17595 - ALTER TABLE ADD FOREIGN KEY crashSergey Vojtovich2019-03-111-12/+8
* | | | MDEV-17725 Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' ...Alexander Barkov2019-02-261-0/+3
* | | | MDEV-17599 ALTER TABLE DROP CONSTRAINT does not work for foreign keys.Alexey Botchkov2019-02-051-0/+58