mirror of
https://github.com/MariaDB/server.git
synced 2025-12-07 17:42:39 +03:00
WL 2826: Step 11
Lots of new code for table log
This commit is contained in:
parent
83890afeb2
commit
5091f3a8a5
@@ -559,7 +559,7 @@ extern File my_register_filename(File fd, const char *FileName,
|
||||
enum file_type type_of_file,
|
||||
uint error_message_number, myf MyFlags);
|
||||
extern File my_create(const char *FileName,int CreateFlags,
|
||||
int AccsesFlags, myf MyFlags);
|
||||
int AccessFlags, myf MyFlags);
|
||||
extern int my_close(File Filedes,myf MyFlags);
|
||||
extern File my_dup(File file, myf MyFlags);
|
||||
extern int my_mkdir(const char *dir, int Flags, myf MyFlags);
|
||||
|
||||
Reference in New Issue
Block a user