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_class.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/sql_class.h') diff --git a/sql/sql_class.h b/sql/sql_class.h index 46eeeceb112..799a6088d3f 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -1094,8 +1094,8 @@ typedef struct st_xid_state { uint rm_error; } XID_STATE; -extern mysql_mutex_t LOCK_xid_cache; -extern HASH xid_cache; +extern MYSQL_PLUGIN_IMPORT mysql_mutex_t LOCK_xid_cache; +extern MYSQL_PLUGIN_IMPORT HASH xid_cache; bool xid_cache_init(void); void xid_cache_free(void); XID_STATE *xid_cache_search(XID *xid); -- cgit v1.2.1