mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.
This commit is contained in:
@ -465,6 +465,7 @@ ANALYZE
|
||||
"table": {
|
||||
"table_name": "t1",
|
||||
"access_type": "ALL",
|
||||
"loops": 1,
|
||||
"r_loops": 1,
|
||||
"rows": 8,
|
||||
"r_rows": 8,
|
||||
|
Reference in New Issue
Block a user