Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
None
Description
Plugin Maturity variable (plugin_maturity) cannot be set dynamically (as documented).
SQL> set session plugin_maturity=beta;
ERROR 1238 (HY000): Variable 'plugin_maturity' is a read only variable
SQL> set global plugin_maturity=beta;
ERROR 1238 (HY000): Variable 'plugin_maturity' is a read only variable
This is very inconvenient and does not follow the approach of "everything can be configured online".