1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

EXPLAIN FORMAT=JSON: produce the 'ref' column.

This commit is contained in:
Sergei Petrunia
2014-08-12 18:14:56 +04:00
parent 84485dbe7c
commit a9d43d70f5
4 changed files with 49 additions and 41 deletions

View File

@ -64,6 +64,7 @@ EXPLAIN
"key": "a",
"used_key_parts": "TODO",
"key_length": "5",
"ref": ["test.t0.a"],
"rows": 1,
"filtered": 100
}