Moved normal transaction xid to implicit_xid

Part of MDEV-7974 - backport fix for mysql bug#12161 (XA and binlog)
This commit is contained in:
Sergey Vojtovich 2019-04-19 19:17:27 +04:00
commit b7fd7ce286
7 changed files with 26 additions and 16 deletions

View file

@ -28,6 +28,7 @@ struct XID_STATE {
bool is_explicit_XA() const { return xid_cache_element != 0; }
void set_error(uint error);
void er_xaer_rmfail() const;
XID *get_xid() const;
};
void xid_cache_init(void);