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:
@ -8344,6 +8344,7 @@ EXPLAIN
|
||||
"table": {
|
||||
"table_name": "t1",
|
||||
"access_type": "ALL",
|
||||
"loops": 1,
|
||||
"rows": 18,
|
||||
"cost": "COST_REPLACED",
|
||||
"filtered": 5.555555344,
|
||||
|
Reference in New Issue
Block a user