summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-2/+8
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-2/+8
| | |\ \ | | | |/
| | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-0/+1
| | | * MDEV-10892 - rpl.rpl_semi_sync_uninstall_plugin fails with Assertion `0' failureSergey Vojtovich2017-10-131-2/+3
| | | * MDEV-13149 -- show function status now works with PAD_CHAR_TO_FULL_LENGTHVesa Pentti2017-10-101-0/+5
| | * | MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Dia...Sergei Golubchik2017-08-011-0/+3
| * | | MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in MariaDB 10.1Sergei Golubchik2017-10-091-1/+8
| * | | cleanup: is_show_command(thd)Sergei Golubchik2017-10-091-5/+11
* | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-3/+3
* | | | merge 10.1->10.2Vladislav Vaintroub2017-10-071-0/+14
|\ \ \ \ | |/ / /
| * | | MDEV-13242 Wrong results for queries with row constructors and information_sc...Alexander Barkov2017-10-051-0/+14
* | | | Fix some conversion warnings.Vladislav Vaintroub2017-09-301-4/+4