summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | MDEV-17928 Conversion from TIMESTAMP to VARCHAR SP variables does not work we...Alexander Barkov2018-12-081-1/+2
* | | | | MDEV-17792 New class Timestamp and cleanups in Date, Datetime, Field for roun...Alexander Barkov2018-11-221-9/+5
* | | | | MDEV-17712 Remove C_TIME_FUZZY_DATES, C_TIME_DATETIME_ONLY, C_TIME_TIME_ONLYAlexander Barkov2018-11-141-2/+2
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-051-3/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-3/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-16792 Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_e...Sergei Golubchik2018-09-211-3/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-09-111-1/+51
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-211-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-08-211-1/+1
| | | |\ \ | | | | |/
| | | | * Merge branch '5.5' into 10.0Oleksandr Byelkin2018-08-151-1/+1
| | | | |\
| | | | | * MDEV-15475: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Oleksandr Byelkin2018-08-151-1/+1
| * | | | | MDEV-14474 information_schema.check_constraintsAnel Husakovic2018-08-251-0/+50
* | | | | | MDEV-16542 Fix ALTER TABLE FORCE to upgrade temporal typesAlexander Barkov2018-07-091-0/+6
* | | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-15/+16
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-031-0/+85
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-0/+85
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-9/+94
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-06-141-9/+94
| | | |\ \ \ | | | | |/ /
| | | | * | fix SHOW PROCESSLIST for --embeddedSergei Golubchik2018-06-131-9/+9
| | | | * | MDEV-15359 Thread stay in "cleaning up" status after finishingSergei Golubchik2018-06-131-0/+85
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-06-051-5/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-5/+2
* | | | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-1/+1
* | | | | | mysys: remove dead ME_xxx flagsSergei Golubchik2018-06-041-2/+2
|/ / / / /
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-30/+34
* | | | | Removed some old #if MYSQL_VERSIONMonty2018-04-261-6/+0
* | | | | MDEV-15971 Split the code for CHARACTER_OCTET_LENGTH and CHARACTER_MAXIMUM_LE...Alexander Barkov2018-04-221-14/+9
* | | | | MDEV-15926 MEDIUMINT returns wrong I_S attributesAlexander Barkov2018-04-201-33/+7
* | | | | MDEV-15062 Information Schema COLUMNS Table does not show system versioning i...Eugene Kosov2018-04-101-0/+6
* | | | | dead code - related to vtmdSergei Golubchik2018-04-101-79/+2