mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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:
parent
228514e52f
commit
b7fd7ce286
7 changed files with 26 additions and 16 deletions
1
sql/xa.h
1
sql/xa.h
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue