diff options
Diffstat (limited to '')
-rw-r--r-- | sql/xa.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |