box.rollback()
-
box.
rollback
() End the transaction, but cancel all its data-change operations. An explicit call to functions outside
box.space
that always yield, such as fiber.sleep() or fiber.yield(), will have the same effect.
__gc
metamethod
box.
rollback
()End the transaction, but cancel all its data-change operations.
An explicit call to functions outside box.space
that always
yield, such as fiber.sleep() or
fiber.yield(), will have the same effect.