diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2019-04-22 00:04:14 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-04-25 15:06:40 +0400 |
commit | 1599825ffc2c942f8b63274a9556b425229375c7 (patch) | |
tree | 17a95099e6317b796f5715a3462b7a271bf55fa1 /sql/xa.h | |
parent | 210855ce5d6803f41d672d75be3334726f52a9df (diff) | |
download | mariadb-git-1599825ffc2c942f8b63274a9556b425229375c7.tar.gz |
trans_xa_detach() framework
Part of MDEV-7974 - backport fix for mysql bug#12161 (XA and binlog)
Diffstat (limited to 'sql/xa.h')
-rw-r--r-- | sql/xa.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,4 +40,5 @@ bool trans_xa_end(THD *thd); bool trans_xa_prepare(THD *thd); bool trans_xa_commit(THD *thd); bool trans_xa_rollback(THD *thd); +bool trans_xa_detach(THD *thd); bool mysql_xa_recover(THD *thd); |