Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.4.3, 10.1.38, 10.2.22, 10.3.13
-
Component/s: Configuration, Scripts & Clients
-
Labels:
Description
The mysql_plugin utility doesn't read all server option groups from the configuration file. It only reads the [mysqld] option group. This is because it executes the following:
my_print_defaults mysqld
|
Instead of the following:
my_print_defaults --mysqld
|
See the following function:
Attachments
Issue Links
- relates to
-
MDEV-19227 mysql_plugin doesn't run bootstrap from source
-
- Closed
-
- links to