MySQL 8.4.2
Source Code Documentation
|
#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... | |
|
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.
argc | Name of the program(mysqld server) to execute. |
argv | variable list, arguments for the program. |