summaryrefslogtreecommitdiff
path: root/sql/sql_explain.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19714: JOIN::pseudo_bits_cond is not visible in EXPLAIN FORMAT=JSONbb-10.2-mdev19714Sergei Petrunia2019-06-081-0/+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
* | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-0/+6
|\ \ | |/
| * MDEV-14857: problem with 10.2.11 server crashing when executing stored procedureOleksandr Byelkin2018-02-011-0/+6
* | MDEV-10844: EXPLAIN FORMAT=JSON doesn't show order direction for filesortVarun Gupta2017-12-301-0/+1
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ | |/
| * Correct FSF addressiangilfillan2017-03-101-1/+1
* | MDEV-10372: EXPLAIN fixes for recursive CTEs, including FORMAT=JSONSergei Petrunia2016-08-081-0/+2
* | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-16/+76
* | MDEV-9652: EXPLAIN FORMAT=JSON should show outer_ref_condSergei Petrunia2016-02-281-1/+2
|/
* MDEV-8829: Assertion `0' failed in Explain_table_access::tag_to_jsonSergei Petrunia2015-09-241-1/+6
* MDEV-7970: EXPLAIN FORMAT=JSON does not print HAVINGOleksandr Byelkin2015-09-181-1/+6
* Make ANALYZE FORMAT=JSON show execution time for filesort element.Sergei Petrunia2015-08-071-1/+4
* MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cacheSergei Petrunia2015-07-011-3/+3
* MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cacheOleksandr Byelkin2015-06-301-5/+11
* MDEV-6995: EXPLAIN JSON and ORDER BY, GROUP BY, etcSergei Petrunia2015-06-061-2/+5
* MergeSergei Petrunia2015-04-121-0/+8
|\
| * MDEV-7835: ANALYZE FORMAT=JSON should show buffer sizesOleksandr Byelkin2015-04-091-0/+2
| * MDEV-7856: EXPLAIN FORMAT=JSON should show partitionsOleksandr Byelkin2015-04-091-0/+6
* | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-55/+34
|/
* MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP ROSergei Petrunia2015-04-071-43/+16
* MDEV-7919: main.explain_json* fail in buildbot with valgrindSergei Petrunia2015-04-061-3/+3
* MDEV-7833:ANALYZE FORMAT=JSON and Range checked for each recordOleksandr Byelkin2015-04-031-1/+19
* MDEV-7812: ANALYZE FORMAT=JSON UPDATE/DELETE doesnt print the r_total_time_msOleksandr Byelkin2015-03-291-2/+3
* Fix linking: move the inline functionsSergei Petrunia2015-03-241-2/+0
* MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-241-35/+4
* Better commentsSergei Petrunia2015-03-241-4/+39
* MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-071-2/+75
* MDEV-7674: ANALYZE shows r_rows=0Sergei Petrunia2015-03-071-2/+2
* EXPLAIN JSON: Print out the "expensive constant condition" attached to joins.Sergei Petrunia2014-12-061-0/+6
* EXPLAIN FORMAT=JSON: Full scan on NULL key (join case)Sergei Petrunia2014-12-061-0/+3
* EXPLAIN FORMAT=JSON: Support "range checked for each record"Sergei Petrunia2014-12-061-3/+16
* EXPLAIN FORMAT=JSON: Support range+MRR plans (when MRR is used but BKA is not)Sergei Petrunia2014-12-061-0/+11
* my_alloc.cmariadb-10.1.2Monty2014-12-051-36/+45
* EXPLAIN FORMAT=JSONSergei Petrunia2014-12-021-0/+5
* EXPLAIN FORMAT=JSON: support SJ-MaterializationSergei Petrunia2014-12-011-34/+52
* EXPLAIN FORMAT=JSON: support EXPLAIN FORMAT=JSON INSERT ...Sergei Petrunia2014-11-291-2/+1
* ANALYZE FORMAT=JSON: better output and testsSergei Petrunia2014-11-291-2/+10
* EXPLAIN FORMAT=JSON: Add support for non-merged semi-joinsSergei Petrunia2014-11-291-3/+16
* EXPLAIN FORMAT=JSON: support derived tablesSergei Petrunia2014-11-281-1/+16
* EXPLAIN FORMAT=JSON: Add support for single-table UPDATE/DELETE.Sergei Petrunia2014-11-281-11/+24
* EXPLAIN FORMAT=JSON: support join bufferingSergei Petrunia2014-11-271-1/+10
* EXPLAIN FORMAT=JSON: further developmentSergei Petrunia2014-11-271-0/+2
* Merge ../10.1-explain-json-r4 into 10.1Sergei Petrunia2014-11-271-18/+61
|\
| * EXPLAIN FORMAT=JSON: produce used_key_parts, JSON-ish output for index_merge.Sergei Petrunia2014-08-141-21/+28
| * EXPLAIN FORMAT=JSON: produce the 'ref' column.Sergei Petrunia2014-08-121-5/+10
| * Merge 10.1 (with ANALYZE) and 10.1-explain-jsonSergei Petrunia2014-08-091-2/+33
| |\
| | * MDEV-6109: EXPLAIN JSON10.1-explain-jsonSergei Petrunia2014-05-271-2/+33
* | | MDEV-334: Backport of UNION ALL optimization from mysql-5.7.Igor Babaev2014-10-141-0/+1
|/ /