diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2016-06-21 19:20:11 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2016-06-21 19:20:11 +0200 |
commit | 69f1a3215e5062eb6c06ed35ec38e1d824efbef6 (patch) | |
tree | a2f65c36cf7cf5254bb63389d1102ab53b0c805f /sql/sql_plugin.h | |
parent | 911af69d1e13e5dff43b550da19d3d4a0ae07e96 (diff) | |
download | mariadb-git-69f1a3215e5062eb6c06ed35ec38e1d824efbef6.tar.gz |
Replace dynamic loading of mysqld.exe data for plugins, replace with MYSQL_PLUGIN_IMPORT
Diffstat (limited to 'sql/sql_plugin.h')
-rw-r--r-- | sql/sql_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<i_string> *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; |