Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make testsuite to pass | Sergei Petrunia | 2014-11-21 | 1 | -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 Petrunia | 2014-08-14 | 1 | -4/+109 | |
| | ||||||
* | EXPLAIN FORMAT=JSON: produce the 'ref' column. | Sergei Petrunia | 2014-08-12 | 1 | -0/+1 | |
| | ||||||
* | MDEV-6109: EXPLAIN JSON | Sergei Petrunia | 2014-08-12 | 1 | -0/+31 | |
| | | | | Add pretty-printing of possible_keys column. | |||||
* | MDEV-6109: EXPLAIN JSON | Sergei Petrunia | 2014-08-09 | 1 | -0/+41 | |
- Add first testcases - Don't overquote when printing conditions - Other small output fixes |