diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-02-18 10:10:34 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-02-27 12:35:10 +0100 |
commit | c826ac9d539fa66d45afd0ca0d54b2579fcbb797 (patch) | |
tree | e84f7e2fd5ac57ca525f07e5c19155667a3fe648 /include | |
parent | 24d8bc707a3d3161229b1cfc94b34dc50473bc59 (diff) | |
download | mariadb-git-c826ac9d539fa66d45afd0ca0d54b2579fcbb797.tar.gz |
cleanup: mysys_test_invalid_symlink
Remove maria_test_invalid_symlink() and myisam_test_invalid_symlink(),
introduce mysys_test_invalid_symlink(). Other engines might need it too
Diffstat (limited to 'include')
-rw-r--r-- | include/my_sys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 967228790ae..82ab830e9c7 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -548,6 +548,8 @@ extern ulong my_crc_dbug_check; typedef int (*Process_option_func)(void *ctx, const char *group_name, const char *option); +extern int (*mysys_test_invalid_symlink)(const char *filename); + #include <my_alloc.h> |