Skip to content
Snippets Groups Projects
Commit d86add29 authored by Nick Zavaritsky's avatar Nick Zavaritsky Committed by Konstantin Osipov
Browse files

sql: Fix OP_IdxDelete

IdxDelete uses movetoUnpacked to position a cursor, followed by delete.
The implementation of movetoUnpacked for Tarantool cursors needs to know
the invoking opcode to accurately map expected semantics to Tarantool
iterator type. Handle OP_IdxDelete as well.
parent afa4e152
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