summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@mysql.com>2008-08-23 07:47:43 +0500
committerAlexey Botchkov <holyfoot@mysql.com>2008-08-23 07:47:43 +0500
commit491dc13898e37c04f02906554d29e4449515381c (patch)
treeee21c0f34bb510966b5ed546cb41503309d9220a /include/myisam.h
parent099a80d05a03f80a7310769f2b7b13f875ef24f9 (diff)
parentec524d50a86b6fb75dc3dc5704fbed34568aa35c (diff)
downloadmariadb-git-491dc13898e37c04f02906554d29e4449515381c.tar.gz
merging
Diffstat (limited to 'include/myisam.h')
-rw-r--r--include/myisam.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h
index e49446769dc..16175547367 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -256,6 +256,10 @@ extern my_bool myisam_flush,myisam_delay_key_write,myisam_single_user;
extern my_off_t myisam_max_temp_length;
extern ulong myisam_bulk_insert_tree_size, myisam_data_pointer_size;
+/* usually used to check if a symlink points into the mysql data home */
+/* which is normally forbidden */
+extern int (*myisam_test_invalid_symlink)(const char *filename);
+
/* Prototypes for myisam-functions */
extern int mi_close(struct st_myisam_info *file);