summaryrefslogtreecommitdiff
path: root/mysql-test/r/explain_json.result
Commit message (Collapse)AuthorAgeFilesLines
...
* Make testsuite to passSergei Petrunia2014-11-211-1/+1
| | | | | | | | - Drop all tables in explain_json.test - Tabular form should print ref='' when type='fulltext' (another peculiarity of the traditional EXPLAIN format) - String_list::append_str should allocate memory for \0, too - Some temporary code for EXPLAIN JSON and join buffering.
* EXPLAIN FORMAT=JSON: produce used_key_parts, JSON-ish output for index_merge.Sergei Petrunia2014-08-141-4/+109
|
* EXPLAIN FORMAT=JSON: produce the 'ref' column.Sergei Petrunia2014-08-121-0/+1
|
* MDEV-6109: EXPLAIN JSONSergei Petrunia2014-08-121-0/+31
| | | | Add pretty-printing of possible_keys column.
* MDEV-6109: EXPLAIN JSONSergei Petrunia2014-08-091-0/+41
- Add first testcases - Don't overquote when printing conditions - Other small output fixes