summaryrefslogtreecommitdiffstats
path: root/sql/xa.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sql/xa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/xa.h b/sql/xa.h
index a9b06e42..7c23b8c7 100644
--- a/sql/xa.h
+++ b/sql/xa.h
@@ -34,6 +34,7 @@ struct XID_STATE {
bool check_has_uncommitted_xa() const;
bool is_explicit_XA() const { return xid_cache_element != 0; }
void set_error(uint error);
+ void set_online_alter_cache(Online_alter_cache_list *);
void er_xaer_rmfail() const;
XID *get_xid() const;
enum xa_states get_state_code() const;