mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-30032: EXPLAIN FORMAT=JSON output: print costs
Basic printout for join and table execution costs.
This commit is contained in:
@ -477,6 +477,7 @@ INSERT INTO t1 VALUES ('o'),('s'),('j'),('s'),('y'),('s'),('l'),
|
||||
set histogram_type=json_hb;
|
||||
analyze table t1 persistent for all;
|
||||
--echo # filtered must not be negative:
|
||||
--source include/explain-no-costs.inc
|
||||
explain format=json select * from t1 where a > 'y';
|
||||
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user