Commit d7be886c authored by Marko Mäkelä's avatar Marko Mäkelä

Fix main.opt_trace

This was broken in 2dbe472e
parent c4fd167d
......@@ -6983,4 +6983,5 @@ JSON_DETAILED(JSON_EXTRACT(trace, '$**.considered_execution_plans'))
}
]
]
drop table t0, one_k;
set optimizer_trace='enabled=off';
......@@ -534,5 +534,6 @@ set join_cache_level=@tmp_jcl;
--echo # This shows post-join selectivity
explain select * from t0 A, one_k B where A.a=B.b and B.a<800;
select JSON_DETAILED(JSON_EXTRACT(trace, '$**.considered_execution_plans')) from INFORMATION_SCHEMA.OPTIMIZER_TRACE;
drop table t0, one_k;
set optimizer_trace='enabled=off';
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment