summaryrefslogtreecommitdiff
path: root/sql/transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/transaction.h')
-rw-r--r--sql/transaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/transaction.h b/sql/transaction.h
index 54b25f1de2a..90de11aabe3 100644
--- a/sql/transaction.h
+++ b/sql/transaction.h
@@ -44,4 +44,6 @@ bool trans_xa_prepare(THD *thd);
bool trans_xa_commit(THD *thd);
bool trans_xa_rollback(THD *thd);
+void trans_reset_one_shot_chistics(THD *thd);
+
#endif /* TRANSACTION_H */