1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

revert part of 69f1a32

in particular, revert changes to the spider (avoid diverging from
  the upstream if possible)
This commit is contained in:
Sergei Golubchik
2016-06-22 10:23:11 +02:00
parent 1f761c5615
commit 25f1a7ae69
6 changed files with 48 additions and 10 deletions

View File

@ -1094,8 +1094,8 @@ typedef struct st_xid_state {
uint rm_error;
} XID_STATE;
extern MYSQL_PLUGIN_IMPORT mysql_mutex_t LOCK_xid_cache;
extern MYSQL_PLUGIN_IMPORT HASH xid_cache;
extern mysql_mutex_t LOCK_xid_cache;
extern HASH xid_cache;
bool xid_cache_init(void);
void xid_cache_free(void);
XID_STATE *xid_cache_search(XID *xid);