summaryrefslogtreecommitdiff
path: root/sql/sql_explain.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix warning discovered by ASANEugene Kosov2017-07-051-2/+5
* Correct FSF addressiangilfillan2017-03-101-1/+1
* Fixed compile warnings on SolarisMonty2015-11-201-2/+2
* MDEV-8830: Weird output in the error logSergei Petrunia2015-10-051-1/+0
* Fix typos in JSON MRR outputSergei Petrunia2015-09-241-0/+3
* MDEV-8829: Assertion `0' failed in Explain_table_access::tag_to_jsonSergei Petrunia2015-09-241-0/+38
* MDEV-7970: EXPLAIN FORMAT=JSON does not print HAVINGOleksandr Byelkin2015-09-181-1/+14
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-65/+93
* Stage 2 of MDEV-6152:Monty2015-08-211-34/+38
* MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-49/+56
* Tabular ANALYZE must get its data from execution trackerSergei Petrunia2015-07-021-2/+30
* MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cacheSergei Petrunia2015-07-011-16/+28
* MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cacheOleksandr Byelkin2015-06-301-1/+29
* MDEV-6995: EXPLAIN JSON and ORDER BY, GROUP BY, etcSergei Petrunia2015-06-061-39/+62
* MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* Fix a typo, s/false/NULL/.Sergei Petrunia2015-04-141-1/+1
* MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-2/+18
* MergeSergei Petrunia2015-04-121-33/+26
|\
| * MDEV-7835: ANALYZE FORMAT=JSON should show buffer sizesOleksandr Byelkin2015-04-091-0/+1
| * MDEV-7856: EXPLAIN FORMAT=JSON should show partitionsOleksandr Byelkin2015-04-091-33/+25
* | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-58/+220
|/
* MDEV-7860: EXPLAIN FORMAT=JSON crashes for loose scan querySergei Petrunia2015-04-081-2/+8
* MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP ROSergei Petrunia2015-04-071-2/+2
* MDEV-7904: ANALYZE FORMAT=JSON doesn't print r_rows for union outputSergei Petrunia2015-04-041-0/+17
* MDEV-7833:ANALYZE FORMAT=JSON and Range checked for each recordOleksandr Byelkin2015-04-031-5/+101
* MDEV-7812: ANALYZE FORMAT=JSON UPDATE/DELETE doesnt print the r_total_time_msOleksandr Byelkin2015-03-291-1/+5
* MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-241-39/+5
* MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-071-1/+46
* MDEV-7674: ANALYZE shows r_rows=0Sergei Petrunia2015-03-071-16/+11
* EXPLAIN JSON: Print out the "expensive constant condition" attached to joins.Sergei Petrunia2014-12-061-4/+25
* EXPLAIN FORMAT=JSON: Full scan on NULL key (join case)Sergei Petrunia2014-12-061-0/+8
* EXPLAIN FORMAT=JSON: Support "range checked for each record"Sergei Petrunia2014-12-061-11/+31
* EXPLAIN FORMAT=JSON: Support range+MRR plans (when MRR is used but BKA is not)Sergei Petrunia2014-12-061-0/+3
* my_alloc.cmariadb-10.1.2Monty2014-12-051-8/+26
* cleanup: s/const CHARSET_INFO/CHARSET_INFO/Sergei Golubchik2014-12-041-4/+4
* Merge branch '10.1' into bb-10.1-mergeSergei Golubchik2014-12-031-100/+981
|\
| * EXPLAIN FORMAT=JSONSergei Petrunia2014-12-021-3/+20
| * EXPLAIN FORMAT=JSON: support SJ-MaterializationSergei Petrunia2014-12-011-15/+60
| * EXPLAIN FORMAT=JSON: support EXPLAIN FORMAT=JSON INSERT ...Sergei Petrunia2014-11-291-4/+15
| * ANALYZE FORMAT=JSON: better output and testsSergei Petrunia2014-11-291-6/+38
| * EXPLAIN FORMAT=JSON: Add support for non-merged semi-joinsSergei Petrunia2014-11-291-1/+25
| * EXPLAIN FORMAT=JSON: support derived tablesSergei Petrunia2014-11-281-8/+29
| * EXPLAIN FORMAT=JSON: Add support for single-table UPDATE/DELETE.Sergei Petrunia2014-11-281-18/+295
| * EXPLAIN FORMAT=JSON: support join bufferingSergei Petrunia2014-11-271-4/+35
| * EXPLAIN FORMAT=JSON: further developmentSergei Petrunia2014-11-271-9/+35
| * Merge ../10.1-explain-json-r4 into 10.1Sergei Petrunia2014-11-271-81/+478
| |\
| | * Make testsuite to passSergei Petrunia2014-11-211-2/+13
| | * Merge ../10.1 into bb-10.1-explain-jsonSergei Petrunia2014-10-151-0/+2
| | |\
| | * | EXPLAIN FORMAT=JSON: produce used_key_parts, JSON-ish output for index_merge.Sergei Petrunia2014-08-141-12/+110