MySQL 8.4.0
Source Code Documentation
myisam_sys.h File Reference
#include "my_inttypes.h"
#include "my_io.h"

Go to the source code of this file.

Macros

#define MY_REDEL_MAKE_BACKUP   256
 
#define MY_REDEL_NO_COPY_STAT   512 /* my_redel() doesn't call my_copystat() */
 

Functions

int my_lock (File fd, int op, myf MyFlags)
 
int my_redel (const char *from, const char *to, int MyFlags)
 
int my_copystat (const char *from, const char *to, int MyFlags)
 

Macro Definition Documentation

◆ MY_REDEL_MAKE_BACKUP

#define MY_REDEL_MAKE_BACKUP   256

◆ MY_REDEL_NO_COPY_STAT

#define MY_REDEL_NO_COPY_STAT   512 /* my_redel() doesn't call my_copystat() */

Function Documentation

◆ my_copystat()

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

◆ my_lock()

int my_lock ( File  fd,
int  op,
myf  MyFlags 
)

◆ my_redel()

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