Skip to content
Snippets Groups Projects
Commit 44ae54ae authored by Aleksandr Lyapunov's avatar Aleksandr Lyapunov Committed by Aleksandr Lyapunov
Browse files

txm: remove is_prepared_ok argument from memtx_tx_tuple_clarify

This flag actually describes isolation level:
is_prepared_ok == true - READ_COMMITTED,
is_prepared_ok == false - READ_CONFIRMED.

Now it is always calculated as tnx != NULL.
Let memtx_tx_tuple_clarify to calculate it by itself.

No logical changes.

Part of #6930
NO_DOC=refactoring
NO_CHANGELOG=refactoring
NO_TEST=refactoring
parent 83f8c5f5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment