提交 33305d81 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 c74b6b2d
......@@ -413,6 +413,11 @@ on the client side.
The SQL statement <code>SET AUTOCOMMIT FALSE</code> is not supported in the cluster mode.
To disable autocommit, the method <code>Connection.setAutoCommit(false)</code> needs to be called.
</p>
<p>
It is possible that a transaction from one connection overtakes a transaction from a different connection.
Depending on the operations, this might result in different results, for example when
conditionally incrementing a value in a row.
</p>
<h2 id="two_phase_commit">Two Phase Commit</h2>
<p>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论