MySQL 8.4.0
Source Code Documentation
mysql_server_runnable_imp Class Reference

#include <mysql_server_runnable_imp.h>

Static Public Member Functions

static int run (int argc, char **argv) noexcept
 This is the runnable implementation which is used by the test applications that loads component_mysql_server library. More...
 

Member Function Documentation

◆ run()

int mysql_server_runnable_imp::run ( int  argc,
char **  argv 
)
staticnoexcept

This is the runnable implementation which is used by the test applications that loads component_mysql_server library.

This api is used to start the mysqld server.

Parameters
argcName of the program(mysqld server) to execute.
argvvariable list, arguments for the program.

The documentation for this class was generated from the following files: