summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fixes for binary logging --read-only modeMonty2019-10-201-23/+29
* | | MDEV-16130 wrong error message adding AS ROW START to versioned tableAleksey Midenkov2019-10-101-6/+0
* | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-10-011-9/+10
|\ \ \ | |/ /
| * | 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
* | | | MDEV-16490: It's possible to make a system versioned table without any versio...Nikita Malyavin2019-09-091-8/+9
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-09-041-2/+2
|\ \ \ \ | |/ / /
| * | | cleanup: on update default nowSergei Golubchik2019-09-031-2/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-291-12/+55
|\ \ \ \ | |/ / /
| * | | MDEV-16932: ASAN heap-use-after-free in my_charlen_utf8 / my_well_formed_char...Oleksandr Byelkin2019-08-281-12/+55
* | | | MDEV-19740 Debug build of 10.3.15 FTBFSAleksey Midenkov2019-08-191-2/+1
* | | | MDEV-18154 Deadlock and assertion upon no-op ALTER under LOCK TABLESAleksey Midenkov2019-08-161-3/+0
* | | | MDEV-20348: DROP TABLE IF EXISTS killed on master but was replicatedSujatha2019-08-151-33/+27
|\ \ \ \ | |/ / /
| * | | MDEV-20348: DROP TABLE IF EXISTS killed on master but was replicatedSujatha2019-08-141-36/+31
* | | | MDEV-18862 Unfortunate error message upon attempt to drop system versioningAleksey Midenkov2019-08-141-1/+1
* | | | Merge 10.2 to 10.3Marko Mäkelä2019-08-131-3/+6
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-18154 Deadlock and assertion upon no-op ALTER under LOCK TABLESAleksey Midenkov2019-08-111-1/+5
* | | | MDEV-18862 Unfortunate error message upon attempt to drop system versioningAleksey Midenkov2019-08-111-2/+13
* | | | MDEV-17544 No warning when trying to name a primary key constraint.Alexey Botchkov2019-07-301-0/+11
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-3/+2
|\ \ \ \ | |/ / /
| * | | 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