MySQL 8.4.2
Source Code Documentation
|
#include "my_config.h"
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include "m_string.h"
#include "my_dbug.h"
#include "my_inttypes.h"
#include "my_io.h"
#include "my_sys.h"
#include "mysys/my_static.h"
#include "nulls.h"
#include "strxmov.h"
Macros | |
#define | PATH_SEP ':' |
Functions | |
static char * | find_file_in_path (char *to, const char *name) |
char * | my_path (char *to, const char *progname, const char *own_pathname_part) |
#define PATH_SEP ':' |
|
static |