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:
@ -64,6 +64,7 @@ EXPLAIN
|
||||
"key": "a",
|
||||
"used_key_parts": "TODO",
|
||||
"key_length": "5",
|
||||
"ref": ["test.t0.a"],
|
||||
"rows": 1,
|
||||
"filtered": 100
|
||||
}
|
||||
|
Reference in New Issue
Block a user