MySQL 9.1.0
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... | |
int | show_deprecated_use_fk_on_non_standard_key_count (THD *, SHOW_VAR *var, char *buf) |
int | show_deprecated_use_fk_on_non_standard_key_last_timestamp (THD *, SHOW_VAR *var, char *buf) |
Variables | |
FILE * | nstdout = nullptr |
char | my_progpath [FN_REFLEN] |
const char * | my_orig_progname = nullptr |
int anonymous_namespace{mysqld.cc}::show_deprecated_use_fk_on_non_standard_key_count | ( | THD * | , |
SHOW_VAR * | var, | ||
char * | buf | ||
) |
int anonymous_namespace{mysqld.cc}::show_deprecated_use_fk_on_non_standard_key_last_timestamp | ( | THD * | , |
SHOW_VAR * | var, | ||
char * | buf | ||
) |
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 |