summaryrefslogtreecommitdiff
path: root/mysql-test/t/explain_json.test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8829: Assertion `0' failed in Explain_table_access::tag_to_jsonSergei Petrunia2015-09-241-0/+80
* MDEV-7970: EXPLAIN FORMAT=JSON does not print HAVINGOleksandr Byelkin2015-09-181-1/+23
* MDEV-8785 Wrong results for EXPLAIN EXTENDED...WHERE NULLIF(latin1_col, _utf8...Alexander Barkov2015-09-101-0/+8
* MDEV-8786 Wrong result for SELECT FORMAT=JSON * FROM t1 WHERE a=_latin1 0xDFAlexander Barkov2015-09-101-0/+7
* MDEV-7860: EXPLAIN FORMAT=JSON crashes for loose scan querySergei Petrunia2015-04-081-0/+71
* MDEV-7927: Server crashes in in Time_and_counter_tracker::incr_loopsSergei Petrunia2015-04-081-0/+8
* Add a testcase for EXPLAIN FORMAT=JSON for ROR-union index_merge.Sergei Petrunia2015-02-171-0/+3
* Merge bb-10.1-explain-json into 10.1Sergei Petrunia2014-12-061-1/+19
|\
| * EXPLAIN JSON: Print out the "expensive constant condition" attached to joins.Sergei Petrunia2014-12-061-1/+19
* | MDEV-7264: Assertion `0' failed in subselect_engine::get_identifier()Sergei Petrunia2014-12-061-0/+12
|/
* EXPLAIN FORMAT=JSON: Full scan on NULL key (join case)Sergei Petrunia2014-12-061-0/+14
* EXPLAIN FORMAT=JSON: Support "range checked for each record"Sergei Petrunia2014-12-061-0/+5
* EXPLAIN FORMAT=JSON: Support range+MRR plans (when MRR is used but BKA is not)Sergei Petrunia2014-12-061-0/+12
* EXPLAIN FORMAT=JSONSergei Petrunia2014-12-021-0/+19
* EXPLAIN FORMAT=JSON: support SJ-MaterializationSergei Petrunia2014-12-011-1/+10
* EXPLAIN FORMAT=JSON: support EXPLAIN FORMAT=JSON INSERT ...Sergei Petrunia2014-11-291-1/+8
* EXPLAIN FORMAT=JSON: Add support for non-merged semi-joinsSergei Petrunia2014-11-291-0/+6
* EXPLAIN FORMAT=JSON: support derived tablesSergei Petrunia2014-11-281-0/+13
* Make explain_json.test pass on case-insensitive FS.Sergei Petrunia2014-11-281-2/+2
* EXPLAIN FORMAT=JSON: Add support for single-table UPDATE/DELETE.Sergei Petrunia2014-11-281-0/+10
* EXPLAIN FORMAT=JSON: support join bufferingSergei Petrunia2014-11-271-0/+12
* EXPLAIN FORMAT=JSON: further developmentSergei Petrunia2014-11-271-0/+20
* Make testsuite to passSergei Petrunia2014-11-211-1/+1
* EXPLAIN FORMAT=JSON: produce used_key_parts, JSON-ish output for index_merge.Sergei Petrunia2014-08-141-3/+18
* MDEV-6109: EXPLAIN JSONSergei Petrunia2014-08-121-9/+9
* MDEV-6109: EXPLAIN JSONSergei Petrunia2014-08-091-0/+27