summaryrefslogtreecommitdiff
path: root/sql/xa.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/xa.h')
-rw-r--r--sql/xa.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/xa.h b/sql/xa.h
index 0b2d0696642..a9b06e427c6 100644
--- a/sql/xa.h
+++ b/sql/xa.h
@@ -53,4 +53,7 @@ bool trans_xa_rollback(THD *thd);
bool trans_xa_detach(THD *thd);
bool mysql_xa_recover(THD *thd);
+void xa_recover_get_fields(THD *thd, List<Item> *field_list,
+ my_hash_walk_action *action);
+
#endif /* XA_INCLUDED */