Fix plugin linking on Windows
This commit is contained in:
parent
724aefa56d
commit
2d89a70fac
@ -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 *file, size_t file_len,
|
||||||
const char *status, size_t status_len);
|
const char *status, size_t status_len);
|
||||||
enum ha_stat_type { HA_ENGINE_STATUS, HA_ENGINE_LOGS, HA_ENGINE_MUTEX };
|
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 */
|
/* Transaction log maintains type definitions */
|
||||||
enum log_status
|
enum log_status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user