MySQL 9.0.0
Source Code Documentation
anonymous_namespace{mysqld.cc} Namespace Reference

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
 

Function Documentation

◆ show_deprecated_use_fk_on_non_standard_key_count()

int anonymous_namespace{mysqld.cc}::show_deprecated_use_fk_on_non_standard_key_count ( THD ,
SHOW_VAR var,
char *  buf 
)

◆ show_deprecated_use_fk_on_non_standard_key_last_timestamp()

int anonymous_namespace{mysqld.cc}::show_deprecated_use_fk_on_non_standard_key_last_timestamp ( THD ,
SHOW_VAR var,
char *  buf 
)

◆ signal_hand_thr_exit_code()

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.

◆ substitute_progpath()

void anonymous_namespace{mysqld.cc}::substitute_progpath ( char **  argv)

Inspects the program name in argv[0] and substitutes the full path of the executable.

Parameters
argvargument vector (array) for executable.

Variable Documentation

◆ my_orig_progname

const char* anonymous_namespace{mysqld.cc}::my_orig_progname = nullptr

◆ my_progpath

char anonymous_namespace{mysqld.cc}::my_progpath[FN_REFLEN]

◆ nstdout

FILE* anonymous_namespace{mysqld.cc}::nstdout = nullptr