mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Replace dynamic loading of mysqld.exe data for plugins, replace with MYSQL_PLUGIN_IMPORT
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user