mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.
This commit is contained in:
@@ -195,6 +195,7 @@ EXPLAIN
|
||||
"table": {
|
||||
"table_name": "tt",
|
||||
"access_type": "ALL",
|
||||
"loops": 1,
|
||||
"rows": 40,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 100,
|
||||
|
Reference in New Issue
Block a user