Table of Contents
end -- commit the current transaction
end [transaction]
This commands commits the current transaction. All changes
made by the transaction become visible to others and are guaranteed to
be durable if a crash occurs.
abort(l)
, begin(l)
.
Table of Contents