You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="abort-a-transaction">abort a transaction</dfn> with the <var>transaction</var> to abort, and <var>error</var>, run these steps:</p>
5705
5705
<ol>
5706
5706
<li data-md>
5707
-
<p>If <a data-link-type="dfn" href="#transaction-state" id="ref-for-transaction-state③⑧">state</a> is <a data-link-type="dfn" href="#transaction-finished" id="ref-for-transaction-finished①⑧">finished</a>, abort these steps.</p>
5707
+
<p>If <var>transaction</var>’s <a data-link-type="dfn" href="#transaction-state" id="ref-for-transaction-state③⑧">state</a> is <a data-link-type="dfn" href="#transaction-finished" id="ref-for-transaction-finished①⑧">finished</a>, abort these steps.</p>
5708
5708
<li data-md>
5709
5709
<p>All the changes made to the <a data-link-type="dfn" href="#database" id="ref-for-database⑥④">database</a> by the <a data-link-type="dfn" href="#transaction-concept" id="ref-for-transaction-concept⑦⑤">transaction</a>
5710
5710
are reverted. For <a data-link-type="dfn" href="#upgrade-transaction" id="ref-for-upgrade-transaction④⑧">upgrade transactions</a> this includes changes
0 commit comments