summaryrefslogtreecommitdiff
path: root/mysql-test/r/explain_json_innodb.result
Commit message (Collapse)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-57/+0
|
* Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-2/+2
| | | | | by introducing new Item::precedence() method and using it to decide whether parentheses are required
* EXPLAIN FORMAT=JSON : Fix MDEV-7266, bug in pretty-printerSergei Petrunia2014-12-061-0/+57
- Single_line_formatting_helper should not accidentally exit the DISABLED state. No JSON construct should be able to move the Single_line_formatting_helper from DISABLED state.