Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
The outer_join_with_cache and semijoin_with_cache options are missing from @@optimizer_switch . I thought that this was because those options were deprecated and removed on purpose, but now I see that they are still valid if specified manually.
To repeat:
mysqld --verbose --help | grep optimizer_switch | grep join_with_cache
Maybe there are other such options. Ideally, there should be one unified list of allowable optimizer_switches.