summaryrefslogtreecommitdiff
path: root/sql/sql_explain.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19740 Debug build of 10.3.15 FTBFSAleksey Midenkov2019-08-211-1/+2
* MDEV-19740 Debug build of 10.3.15 FTBFSAleksey Midenkov2019-08-191-0/+1
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-4/+4
|\
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-06-131-4/+4
| |\
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-06-121-4/+4
* | | Merge 10.2 into 10.3Marko Mäkelä2019-06-111-0/+5
|\ \ \ | |/ /
| * | MDEV-19714: JOIN::pseudo_bits_cond is not visible in EXPLAIN FORMAT=JSONbb-10.2-mdev19714Sergei Petrunia2019-06-081-0/+5
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+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
| | * Fix gcc 7.3 compiler warnings.Oleksandr Byelkin2018-08-031-1/+1
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-2/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-2/+1
| |\ \ | | |/
| | * MDEV-16191: Analyze format=json gives incorrect value for r_limit inside a de...Varun Gupta2018-06-091-1/+1
* | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-1/+7
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-1/+7
| |\ \ \ | | |/ /
| | * | MDEV-10844: EXPLAIN FORMAT=JSON doesn't show order direction for filesortVarun Gupta2017-12-301-1/+7
* | | | Changed "const row not found" to "Const row not found"Monty2017-12-021-3/+3
* | | | Handle failures from mallocMichael Widenius2017-11-171-10/+17
* | | | Changed KEY names to use LEX_CSTRINGMichael Widenius2017-08-241-2/+3
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-2/+5
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2017-07-061-2/+5
| |\ \ | | |/
| | * Fix warning discovered by ASANEugene Kosov2017-07-051-2/+5
* | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-2/+3
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-03-311-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
| |\ \ | | |/
| | * Correct FSF addressiangilfillan2017-03-101-1/+1
* | | MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT)Oleksandr Byelkin2017-03-141-3/+50
|/ /
* | MDEV-10372: EXPLAIN fixes for recursive CTEs, including FORMAT=JSONSergei Petrunia2016-08-081-1/+6
* | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-134/+116
* | MDEV-9652: EXPLAIN FORMAT=JSON should show outer_ref_condSergei Petrunia2016-02-281-0/+6
|/
* 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
|\