24#ifndef MYISAM_SYS_INCLUDED
25#define MYISAM_SYS_INCLUDED
32#define MY_REDEL_MAKE_BACKUP 256
33#define MY_REDEL_NO_COPY_STAT 512
35extern int my_redel(
const char *from,
const char *to,
int MyFlags);
37extern int my_copystat(
const char *from,
const char *to,
int MyFlags);
Some integer typedefs for easier portability.
int myf
Definition: my_inttypes.h:94
Common #defines and includes for file and socket I/O.
int File
Definition: my_io_bits.h:51
int my_copystat(const char *from, const char *to, int MyFlags)
Definition: my_redel.cc:96
int my_lock(File fd, int op, myf MyFlags)
Definition: my_lock.cc:159
int my_redel(const char *from, const char *to, int MyFlags)
Definition: my_redel.cc:66