summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-63/+55
|\
| * cleanup: key parts comparisonEugene Kosov2020-02-181-63/+55
| * MDEV-21669 InnoDB: Table ... contains <n> indexes inside InnoDB, which is dif...Eugene Kosov2020-02-131-1/+1
* | perfschema statement instrumentation related changesSergei Golubchik2020-03-101-1/+6
* | perfschema mdl related instrumentation changesSergei Golubchik2020-03-101-8/+8
* | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-5/+5
* | MDEV-21747 needless alter_ctx arg in prep_alter_part_table()Aleksey Midenkov2020-03-031-2/+1
* | MDEV-7318 RENAME INDEXAleksey Midenkov2020-03-031-1/+42
* | MDEV-16290 ALTER TABLE ... RENAME COLUMN syntaxAleksey Midenkov2020-03-031-26/+50
* | MDEV-20051: Add new mode to wsrep_OSU_method in which Galera checks storage e...Jan Lindström2020-02-111-1/+23
* | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-11/+10
* | Merge 10.4 into 10.5Marko Mäkelä2019-12-161-2/+52
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2019-12-131-2/+52
| |\
| | * 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
* | | | Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-251-5/+4
* | | | MDEV-20480 Obsolete internal parser for FK in InnoDBAleksey Midenkov2019-11-201-0/+9
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-121-57/+32
|\ \ \ \ | |/ / /
| * | | MDEV-20297 Support C++11 range-based for loop for List<T>Eugene Kosov2019-11-121-57/+32
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-071-0/+8
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-11-061-0/+8
| |\ \ \ | | |/ /
| | * | 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
* | | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-24/+30
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-24/+30
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-10-111-6/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-6/+0
| |\ \ \ \ | | |/ / /
| | * | | MDEV-16130 wrong error message adding AS ROW START to versioned tableAleksey Midenkov2019-10-101-6/+0
* | | | | MDEV-20760 Add Type_handler::KEY_pack_flags()Alexander Barkov2019-10-051-10/+4
* | | | | MDEV-20706 Store scale in Column_definition::decimals rather than Column_defi...Alexander Barkov2019-10-011-3/+2
* | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-10-011-9/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-10-011-9/+10
| |\ \ \ \ | | |/ / /
| | * | | 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-20696 Remove Column_definition::key_lengthAlexander Barkov2019-09-291-3/+5
* | | | | | Cleanup session trackerSergey Vojtovich2019-09-241-2/+2
* | | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-09-241-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-19956 Queries with subqueries containing UNION are not parsedIgor Babaev2019-09-231-1/+1
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-241-4/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-19189 ASAN memcpy-param-overlap in fill_alter_inplace_info upon adding i...Eugene Kosov2019-09-231-4/+4
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-121-13/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2019-09-121-13/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-16490: It's possible to make a system versioned table without any versio...Nikita Malyavin2019-09-091-8/+9