MySQL 8.0.37
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...
 

Variables

FILE * nstdout = nullptr
 
char my_progpath [FN_REFLEN]
 
const char * my_orig_progname = nullptr
 

Function Documentation

◆ 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