MySQL 9.1.0
Source Code Documentation
|
#include "my_config.h"
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
#include "m_string.h"
#include "map_helpers.h"
#include "my_dbug.h"
#include "my_dir.h"
#include "my_inttypes.h"
#include "my_io.h"
#include "my_sys.h"
#include "my_thread_local.h"
#include "mysys_err.h"
#include "nulls.h"
#include "strmake.h"
#include <sys/stat.h>
Functions | |
int | my_readlink (char *to, const char *filename, myf MyFlags) |
int | my_symlink (const char *content, const char *linkname, myf MyFlags) |
int | my_is_symlink (const char *filename, ST_FILE_ID *file_id) |
int | my_realpath (char *to, const char *filename, myf MyFlags) |
int | my_is_same_file (File file, const ST_FILE_ID *file_id) |
Return non-zero if the file descriptor and a previously lstat-ed file identified by file_id point to the same file. More... | |