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:
@ -4245,6 +4245,7 @@ analyze table t3;
|
||||
|
||||
--echo # The following must have "B.col1 + 1 < 33333" attached to table B
|
||||
--echo # and not to the block-nl-join node:
|
||||
--source include/explain-no-costs.inc
|
||||
explain format=json
|
||||
select *
|
||||
from t1 a, t3 b
|
||||
|
Reference in New Issue
Block a user