Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4.3, 10.1.38, 10.2.22, 10.3.13
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