In a write transaction, all changes must either all commit or all roll back.
在写事务中,所有的变更必须全部提交或者全部回滚。
More important, when should the transaction roll back the work?
更重要的是,事务应何时回滚工作?
Either commit or roll back your transaction before resubmitting the request.
在重新提交请求之前要提交或回滚事务。
Only the transaction owner can roll back the transaction.
只有事务所有者才能回滚事务。
Only the transaction owner can roll back the transaction.
只有事务所有者才能回滚事务。
应用推荐