summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2019-08-311-0/+1
|\
| * MDEV-20425: Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-301-0/+1
* | Merge 10.3 into 10.4, except for MDEV-20265Marko Mäkelä2019-08-231-0/+4
|\ \ | |/
| * MDEV-20210 If you have an INVISIBLE VIRTUAL column, SHOW CREATE TABLE doesn't...Anel Husakovic2019-08-211-0/+4
* | Fixed access to unitialized memory when using unique HASH keyMonty2019-08-131-10/+16
* | Revert part of 05619f6989590727a470c23475fc987f52b56988Marko Mäkelä2019-08-121-5/+4
* | Fixes based on warnings from gcc/clang and valgrindMonty2019-08-121-4/+5
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-141-0/+6
|\ \ | |/
| * MDEV-16804 SYSTEM VERSIONING columns not showing as GENERATEDAleksey Midenkov2019-06-141-0/+6
* | MDEV-16249 CHECKSUM TABLE for a spider table is not parallel and saves all da...Kentoku SHIBA2019-06-111-1/+3
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-3/+2
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * 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 branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-6/+4
| | |\ \ \ | | | |/ /
| | | * | Adjusting sql_command to align with higher version, this is an adjustmentVarun Gupta2019-05-021-5/+4
| | | * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-2/+0
| | | |\ \ | | | | |/
| | | | * MDEV-15907 ASAN heap-use-after-freeRobert Bindar2019-04-241-2/+0
| * | | | cleanup: move checksum code to handler classSergei Golubchik2019-05-071-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-7/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-021-7/+10
| |\ \ \ \ | | |/ / /
| | * | | MDEV-17654 Incorrect syntax returned for column with CHECK constraint in the ...Anel Husakovic2019-05-011-7/+10
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-251-2/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-251-1/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-04-251-0/+5
| | |\ \ \ | | | |/ /
| | | * | MDEV-17605 Statistics for InnoDB table is wrong if persistent statistics is usedIgor Babaev2019-04-221-0/+5
| * | | | MDEV-18092 Query with the table I_S.PARAMETERS stop working after a package i...Alexander Barkov2019-04-181-1/+2
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-251-5/+1
|\ \ \ \ \ | |/ / / /
| * | | | cleanup TABLE_SHAREEugene Kosov2019-03-221-5/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-7/+50
|\ \ \ \ \ | |/ / / /
| * | | | post-merge: gcc 8 warningsSergei Golubchik2019-03-171-1/+1
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-6/+49
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-4/+47
| | |\ \ \ | | | |/ /
| | | * | fix gcc 8 compiler warningsSergei Golubchik2019-03-141-1/+1
| | | * | MDEV-15945 --ps-protocol does not test some queriesSergei Golubchik2019-03-121-0/+42
| | | * | cleanup: miscSergei Golubchik2019-03-121-3/+4
| | | * | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-4/+5
| | | |\ \
| | | | * | cleanup: FOREIGN_KEY_INFOSergei Golubchik2018-09-041-4/+5
| | * | | | compiler warningsSergei Golubchik2019-02-051-2/+2
| | * | | | Backport INFORMATION_SCHEMA.CHECK_CONSTRAINTSAnel Husakovic2019-01-161-0/+45
* | | | | | MDEV-18408 Assertion `0' failed in Item::val_native_result / Timestamp_or_zer...Alexander Barkov2019-02-251-14/+3
* | | | | | MDEV-371 Unique Index for long columnsSergei Golubchik2019-02-221-6/+2
* | | | | | MDEV-371 Unique Index for long columnsSachin2019-02-221-10/+20
* | | | | | MDEV-16975 Application-time periods: ALTER TABLENikita Malyavin2019-02-211-1/+5
* | | | | | MDEV-17082 Application-time periods: CREATENikita Malyavin2019-02-211-5/+28
* | | | | | MDEV-6111 Optimizer TraceVarun Gupta2019-02-131-0/+7
* | | | | | MDEV-15135 - Make LOCK_show_status rwlock, to enable parallelism ofVladislav Vaintroub2019-01-281-9/+6
* | | | | | Move THD list handling to THD_listSergey Vojtovich2019-01-281-243/+252