File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,11 @@ these methods:
94
94
error if there is no active transaction for the session or if the
95
95
transaction was ended. To learn more about
96
96
this method, see the :manual:`commitTransaction() page
97
- </reference/method/Session.commitTransaction/>` in the Server manual.
98
-
99
- | The ``CommitTransaction()`` method is an idempotent function, which
100
- means that you can attempt to commit a transaction multiple times
101
- without changing data after the first successful commit.
102
- A transaction can succeed but return an error with the
97
+ </reference/method/Session.commitTransaction/>` in the Server manual.
98
+ |
99
+ | The ``CommitTransaction()`` method is an idempotent function, which
100
+ means that you can attempt to commit a transaction multiple times without changing data after the first successful commit.
101
+ A transaction can succeed but return an error with the
103
102
``UnknownTransactionCommitResult`` label. If you rerun the
104
103
``CommitTransaction()`` method after receiving this error,
105
104
your data is not changed by the repeat attempts.
You can’t perform that action at this time.
0 commit comments