Skip to content
Snippets Groups Projects
Commit 88c9567c authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

box: apply space upgrade function before updating tuple

If the space is being upgraded, UPDATE/UPSERT requests matching the new
space format should work. However, currently they wouldn't work unless
the target tuple has already been upgraded, because we don't apply the
upgrade function to a tuple fetched from the space before applying
UPDATE operations. Fix this.

Follow-up commit 21e2def9 ("box: introduce result processor").
Needed for https://github.com/tarantool/tarantool-ee/issues/111

NO_DOC=ee
NO_TEST=ee
NO_CHANGELOG=ee
parent f7a520ef
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