Skip to content
Snippets Groups Projects
Commit 351893ca authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

Fix error with vy_apply_upsert

Error was with modifying primary key. In following case:
   upsert lsn=10, modify primary key
   upsert lsn=9,
   replace lsn=8
vy_apply_upsert returned replace,lsn=9, but answer must be
   upsert lsn=9 merge with replace lsn=8
parent 395d5260
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