mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-30032: EXPLAIN FORMAT=JSON output: print costs
Basic printout for join and table execution costs.
This commit is contained in:
@ -154,6 +154,7 @@ drop table t0, t1;
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-7970: EXPLAIN FORMAT=JSON does not print HAVING
|
||||
--source include/explain-no-costs.inc
|
||||
--echo #
|
||||
create table t0(a int);
|
||||
insert into t0 values (0),(1),(2),(3);
|
||||
|
Reference in New Issue
Block a user