Skip to content
Snippets Groups Projects
Commit d361b1f7 authored by Nikita Pettik's avatar Nikita Pettik Committed by Vladimir Davydov
Browse files

Rework memtx replace function

By now, replace function takes new tuple and old tuple as arguments, instead
of single txn_stmt. It has been done in order to avoid abusing txn_stmt:
the only usage was extracting tuples from it.
As a result, this function can be used by ephemeral tables
without any patching.

(cherry picked from commit 880712c9)
parent 44fc192d
No related branches found
No related tags found
Loading
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