diff options
Diffstat (limited to 'sql/xa.cc')
-rw-r--r-- | sql/xa.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/xa.cc b/sql/xa.cc index e8e6dc43c56..15833377fb6 100644 --- a/sql/xa.cc +++ b/sql/xa.cc @@ -689,7 +689,7 @@ bool trans_xa_commit(THD *thd) { DEBUG_SYNC(thd, "trans_xa_commit_after_acquire_commit_lock"); - res= MY_TEST(ha_commit_one_phase(thd, 1, 1)); + res= MY_TEST(ha_commit_one_phase(thd, 1)); if (res) my_error(ER_XAER_RMERR, MYF(0)); else |