mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-30032: EXPLAIN FORMAT=JSON output: print costs
Basic printout for join and table execution costs.
This commit is contained in:
@ -272,6 +272,7 @@ select * from v0 where g < 4
|
||||
UNION ALL
|
||||
select * from t3;
|
||||
|
||||
--source include/analyze-format.inc
|
||||
EXPLAIN format=json
|
||||
select * from t1
|
||||
UNION ALL
|
||||
|
Reference in New Issue
Block a user