From 69f1a3215e5062eb6c06ed35ec38e1d824efbef6 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Tue, 21 Jun 2016 19:20:11 +0200 Subject: Replace dynamic loading of mysqld.exe data for plugins, replace with MYSQL_PLUGIN_IMPORT --- sql/sql_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_plugin.h') diff --git a/sql/sql_plugin.h b/sql/sql_plugin.h index a0225f4a071..e5f985aa082 100644 --- a/sql/sql_plugin.h +++ b/sql/sql_plugin.h @@ -153,7 +153,7 @@ typedef int (*plugin_type_init)(struct st_plugin_int *); extern I_List *opt_plugin_load_list_ptr; extern char *opt_plugin_dir_ptr; -extern char opt_plugin_dir[FN_REFLEN]; +extern MYSQL_PLUGIN_IMPORT char opt_plugin_dir[FN_REFLEN]; extern const LEX_STRING plugin_type_names[]; extern ulong plugin_maturity; extern TYPELIB plugin_maturity_values; -- cgit v1.2.1