mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
made IM to work with --defaults-file smoothly
This commit is contained in:
@ -67,7 +67,7 @@ void manager(const Options &options)
|
||||
*/
|
||||
|
||||
User_map user_map;
|
||||
Instance_map instance_map(options.default_mysqld_path);
|
||||
Instance_map instance_map(options.default_mysqld_path, options.first_option);
|
||||
Guardian_thread guardian_thread(thread_registry,
|
||||
&instance_map,
|
||||
options.monitoring_interval);
|
||||
|
Reference in New Issue
Block a user