fix gh-1638: box.rollback() crashes JIT-compiler
txn_rollback started to yield recently. Since it was invoked via a ffi call, which must never yield, all sorts of bad things started to happen.
Showing
Please register or sign in to comment
txn_rollback started to yield recently. Since it was invoked via a ffi call, which must never yield, all sorts of bad things started to happen.