MySQL 9.1.0
Source Code Documentation
|
#include <errno.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <time.h>
#include <utime.h>
#include "my_config.h"
#include "m_string.h"
#include "my_dbug.h"
#include "my_dir.h"
#include "my_inttypes.h"
#include "my_io.h"
#include "my_sys.h"
#include "my_systime.h"
#include "my_thread_local.h"
#include "mysys_err.h"
#include "storage/myisam/myisam_sys.h"
Macros | |
#define | REDEL_EXT ".BAK" |
Functions | |
int | my_redel (const char *org_name, const char *tmp_name, myf MyFlags) |
int | my_copystat (const char *from, const char *to, int MyFlags) |
#define REDEL_EXT ".BAK" |
int my_copystat | ( | const char * | from, |
const char * | to, | ||
int | MyFlags | ||
) |
int my_redel | ( | const char * | org_name, |
const char * | tmp_name, | ||
myf | MyFlags | ||
) |