Function tarantool_rust_module::box_txn_begin [] [src]

pub unsafe extern "C" fn box_txn_begin() -> c_int

Begin a transaction in the current fiber.

A transaction is attached to caller fiber, therefore one fiber can have only one active transaction.

@retval 0 - success @retval -1 - failed, perhaps a transaction has already been started