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