MySQL 8.0.40
Source Code Documentation
|
Functions | |
std::atomic< int > | signal_hand_thr_exit_code (MYSQLD_SUCCESS_EXIT) |
This variable holds the exit value of the signal handler thread. More... | |
void | substitute_progpath (char **argv) |
Inspects the program name in argv[0] and substitutes the full path of the executable. More... | |
Variables | |
FILE * | nstdout = nullptr |
char | my_progpath [FN_REFLEN] |
const char * | my_orig_progname = nullptr |
std::atomic< int > anonymous_namespace{mysqld.cc}::signal_hand_thr_exit_code | ( | MYSQLD_SUCCESS_EXIT | ) |
This variable holds the exit value of the signal handler thread.
void anonymous_namespace{mysqld.cc}::substitute_progpath | ( | char ** | argv | ) |
Inspects the program name in argv[0] and substitutes the full path of the executable.
argv | argument vector (array) for executable. |
const char* anonymous_namespace{mysqld.cc}::my_orig_progname = nullptr |
char anonymous_namespace{mysqld.cc}::my_progpath[FN_REFLEN] |
FILE* anonymous_namespace{mysqld.cc}::nstdout = nullptr |