mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.
This commit is contained in:
@ -19,6 +19,7 @@ EXPLAIN
|
||||
"table_name": "t1",
|
||||
"partitions": ["p0"],
|
||||
"access_type": "ALL",
|
||||
"loops": 1,
|
||||
"rows": 10,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
@ -45,6 +46,7 @@ ANALYZE
|
||||
"table_name": "t1",
|
||||
"partitions": ["p0"],
|
||||
"access_type": "ALL",
|
||||
"loops": 1,
|
||||
"r_loops": 1,
|
||||
"rows": 10,
|
||||
"r_rows": 10,
|
||||
|
Reference in New Issue
Block a user