diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2019-06-02 11:35:12 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2019-06-03 15:06:51 +0300 |
commit | 2d89a70facaf9c9f71bad1c805c44b625b0f607d (patch) | |
tree | 96f9154385bbee4428a47e9d8c52fdbeb40ef1d6 /sql/handler.h | |
parent | 724aefa56d5837e8ecaacd87477f4ebe00601b0f (diff) | |
download | mariadb-git-2d89a70facaf9c9f71bad1c805c44b625b0f607d.tar.gz |
Fix plugin linking on Windows
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h index a777b7c595a..fcf9e7b0a6e 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -777,7 +777,7 @@ typedef bool (stat_print_fn)(THD *thd, const char *type, size_t type_len, const char *file, size_t file_len, const char *status, size_t status_len); enum ha_stat_type { HA_ENGINE_STATUS, HA_ENGINE_LOGS, HA_ENGINE_MUTEX }; -extern st_plugin_int *hton2plugin[MAX_HA]; +extern MYSQL_PLUGIN_IMPORT st_plugin_int *hton2plugin[MAX_HA]; /* Transaction log maintains type definitions */ enum log_status |