Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
(Filing based on input from Monty)
Optimizer_switch has subquery_cache=on|off flag.
EXPLAIN FORMAT=JSON shows "subquery_cache" as expression_cache.
I guess it's because the cache could handle other expressions also. Currently
it only handles subqueries, though.
This task is to rename "expression_cache" to "subquery_cache".