19 #include <my_global.h>
24 bool trans_check_state(THD *thd);
26 bool trans_begin(THD *thd, uint
flags= 0);
27 bool trans_commit(THD *thd);
28 bool trans_commit_implicit(THD *thd);
29 bool trans_rollback(THD *thd);
30 bool trans_rollback_implicit(THD *thd);
32 bool trans_commit_stmt(THD *thd);
33 bool trans_rollback_stmt(THD *thd);
39 bool trans_xa_start(THD *thd);
40 bool trans_xa_end(THD *thd);
41 bool trans_xa_prepare(THD *thd);
42 bool trans_xa_commit(THD *thd);
43 bool trans_xa_rollback(THD *thd);