diff options
author | monty@mysql.com <> | 2005-05-25 12:56:47 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2005-05-25 12:56:47 +0300 |
commit | fb90aaa7b59d7437e9a76bc668e4b57e74d35afa (patch) | |
tree | 52be2414a34bc47a37198260633286ca16187fec /include/my_sys.h | |
parent | 93565c8e7de218bf8c8316cc3a1d862cb33a948b (diff) | |
download | mariadb-git-fb90aaa7b59d7437e9a76bc668e4b57e74d35afa.tar.gz |
Cleanup during code review
Faster detection of wrong table names (like PRN) on windows
Diffstat (limited to 'include/my_sys.h')
-rw-r--r-- | include/my_sys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index a0a008056ae..70c410e66d8 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -578,6 +578,7 @@ extern int my_access(const char *path, int amode); #else #define my_access access #endif +extern int check_if_legal_filename(const char *path); #ifndef TERMINATE extern void TERMINATE(FILE *file); |