MySQL 8.4.0
Source Code Documentation
my_redel.cc File Reference
#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)
 

Macro Definition Documentation

◆ REDEL_EXT

#define REDEL_EXT   ".BAK"

Function Documentation

◆ my_copystat()

int my_copystat ( const char *  from,
const char *  to,
int  MyFlags 
)

◆ my_redel()

int my_redel ( const char *  org_name,
const char *  tmp_name,
myf  MyFlags 
)