summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | MDEV-18239 ASAN use-after-poison in process_str_arg / ... / mark_unsupported_...Sergei Golubchik2019-02-051-1/+6
* | | | MDEV-18083 ASAN heap-use-after-free in Field::set_warning_truncated_wrong_val...Sergei Golubchik2019-02-051-3/+2
* | | | cleanup: don't search for a just-opened tmp table in ALTERSergei Golubchik2019-02-051-39/+7
* | | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-52/+17
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-52/+17
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-281-1/+4
| | |\ \ | | | |/
| | | * MDEV-17085: CHECKSUM TABLE EXTENDED does not work correctlyOleksandr Byelkin2019-01-161-1/+4
| | * | cleanup: fill_alter_inplace_infoSergei Golubchik2019-01-251-51/+13
* | | | MDEV-16849 Extending indexed VARCHAR column should be instantaneousThirunarayanan Balathandayuthapani2019-01-301-8/+27
* | | | Merge 10.1 into 10.2Marko Mäkelä2019-01-241-0/+16
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2019-01-241-0/+16
| |\ \ \ | | |/ /
| | * | MDEV-17376 Server fails to set ADD_PK_INDEX, DROP_PK_INDEX if unique index no...Thirunarayanan Balathandayuthapani2019-01-241-0/+17
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-11071 - Assertion `thd->transaction.stmt.is_empty()' failed inSergey Vojtovich2018-10-161-1/+1
* | | | MDEV-16903 Assertion `!auto_increment_field_not_null' failed in TABLE::init a...Sergei Golubchik2018-12-201-8/+8
* | | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-10/+14