You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 21e2def ("box: introduce result processor").
Needed for tarantool/tarantool-ee#111
NO_DOC=ee
NO_TEST=ee
NO_CHANGELOG=ee
0 commit comments