summaryrefslogtreecommitdiff
path: root/include/my_sys.h
diff options
context:
space:
mode:
authorunknown <mikron@c-fa09e253.1238-1-64736c10.cust.bredbandsbolaget.se>2006-02-07 10:45:07 +0100
committerunknown <mikron@c-fa09e253.1238-1-64736c10.cust.bredbandsbolaget.se>2006-02-07 10:45:07 +0100
commite4a92796f2d892d606f37abc468cadda5ef7c0d3 (patch)
tree08178b8490e63604ff2b691f07c39fd21c4cfd93 /include/my_sys.h
parent84627f5bc7756860d4d6641df15f8d966dca9738 (diff)
downloadmariadb-git-e4a92796f2d892d606f37abc468cadda5ef7c0d3.tar.gz
WL 2826: Step 11
Lots of new code for table log include/my_sys.h: Spell error sql/mysql_priv.h: More structs and methods for table log sql/sql_partition.cc: lock/unlock global table log mutex sql/sql_table.cc: Lots of new code for table log
Diffstat (limited to 'include/my_sys.h')
-rw-r--r--include/my_sys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index 00c42fc5935..c2cdea2c54f 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -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);