summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* PR #1127 and PR #1150Anel Husakovic2019-12-131-9/+28
* Merge branch '10.1' into 10.2Oleksandr Byelkin2019-10-301-2/+1
|\
| * avoid accessing TLSEugene Kosov2019-10-301-1/+1
| * MDEV-20926 UBSAN: load of value 165, which is not a valid value for type boolEugene Kosov2019-10-301-2/+1
* | MDEV-20549 SQL SECURITY DEFINER does not work for INFORMATION_SCHEMA tablesSergei Golubchik2019-10-281-0/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-10-251-2/+6
|\ \ | |/
| * Merge branch 'github/5.5' into 10.1Sergei Golubchik2019-10-231-2/+6
| |\
| | * MDEV-20466: SHOW PROCESSLIST truncates query text on \0 bytesOleksandr Byelkin2019-10-151-2/+6
* | | Merge 10.1 into 10.2Marko Mäkelä2019-10-091-4/+1
|\ \ \ | |/ /
| * | MDEV-19536 - Server crash or ASAN heap-use-after-free in is_temporary_table /Sergey Vojtovich2019-10-071-4/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2019-06-121-3/+0
|\ \ \ | |/ /
| * | MDEV-16467 - MariaDB crashes because of "long semaphore wait"after migrating ...Sergey Vojtovich2019-06-121-3/+0
* | | 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.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
* | | MDEV-17654 Incorrect syntax returned for column with CHECK constraint in the ...Anel Husakovic2019-05-011-7/+10
* | | 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
* | | 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-16792 Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_e...Sergei Golubchik2018-09-211-3/+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
* | | | 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 branch '10.1' into 10.2Sergei Golubchik2018-03-251-0/+7
|\ \ \ \ | |/ / /
| * | | MDEV-10269 - Killed queries from I_S stay in 'Killed' state for longSergey Vojtovich2018-03-231-0/+7
* | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| | |\ \ | | | |/
| | | * Correct TRASH() macro usageSergei Golubchik2018-01-221-1/+1
* | | | MDEV-14485 Server hangs on startup in THD::initVladislav Vaintroub2018-01-291-2/+2
* | | | Fixed wrong arguments to printf and related functionsMonty2018-01-041-1/+1
* | | | MDEV-14123: .rocksdb folder may break workflow which re-create data directorySergei Petrunia2017-12-111-0/+51
* | | | remove dead codeSergei Golubchik2017-11-221-2/+3
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-241-8/+27
|\ \ \ \ | |/ / /