-
Notifications
You must be signed in to change notification settings - Fork 43
Add txn_isolation reference #2991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Transaction manager options | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
Setting the transaction isolation level | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. note:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The note mentions terms that haven't yet been introduced. Consider moving the note lower.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, moved the note.
.. note:: | ||
|
||
You can also do this in the net.box :ref:`stream:begin() <net_box-stream_begin>` method. | ||
You can set the isolation level in the net.box :ref:`stream:begin() <net_box-stream_begin>` method | ||
and :ref:`IPROTO_BEGIN <box_protocol-begin>` binary protocol request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that you can interfere with the IPROTO_BEGIN request per se. It is under the hood of stream:begin()
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I read the binary protocol intro right, then yes, it's possible.
Co-authored-by: Dia Patience Daur <[email protected]>
Resolves #2793