summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.h
diff options
context:
space:
mode:
authorMats Kindahl <mats.kindahl@oracle.com>2010-12-01 23:15:14 +0100
committerMats Kindahl <mats.kindahl@oracle.com>2010-12-01 23:15:14 +0100
commit65faf729cd41f9632df03957596390b8221360d5 (patch)
treeab144a9f86544eba0ab643cb71fab11e96ee6246 /sql/sql_plugin.h
parentc2a655f02d64d3e387986a8cdcbb7aef2a23d82e (diff)
parent9c87ae9ba767edea57f7a9c6203a67f11318b772 (diff)
downloadmariadb-git-65faf729cd41f9632df03957596390b8221360d5.tar.gz
Merging patch for BUG#58246 into mysql-5.5-bugteam.
Diffstat (limited to 'sql/sql_plugin.h')
-rw-r--r--sql/sql_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_plugin.h b/sql/sql_plugin.h
index 5fa9afb3066..0cbd5a519c1 100644
--- a/sql/sql_plugin.h
+++ b/sql/sql_plugin.h
@@ -153,6 +153,7 @@ extern bool plugin_register_builtin(struct st_mysql_plugin *plugin);
extern void plugin_thdvar_init(THD *thd);
extern void plugin_thdvar_cleanup(THD *thd);
extern SHOW_COMP_OPTION plugin_status(const char *name, int len, size_t type);
+extern bool check_valid_path(const char *path, size_t length);
typedef my_bool (plugin_foreach_func)(THD *thd,
plugin_ref plugin,