MySQL 9.1.0
Source Code Documentation
|
#include "mysql/harness/arg_handler.h"
Go to the source code of this file.
Classes | |
struct | ServiceConfOptions |
Enumerations | |
enum class | ServiceOperation { None , Install , InstallManual , Remove , Start } |
Functions | |
void | add_service_options (CmdArgHandler &arg_handler, ServiceConfOptions *conf_opts=nullptr) |
Adds a Windows service related options to the command line arguments handler. More... | |
|
strong |
void add_service_options | ( | CmdArgHandler & | arg_handler, |
ServiceConfOptions * | conf_opts = nullptr |
||
) |
Adds a Windows service related options to the command line arguments handler.
arg_handler | arg handler object in which the function will register the Windows service related parameters |
conf_opts | pointer to the object where the option handler will store the selected option parameters (service operation, name), not stored if nullptr passsed |