Skip to content
Snippets Groups Projects
Commit 9c36ef5b authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy Committed by Kirill Shcherbatov
Browse files

sql: remove OP_LoadPtr

This opcode was used when Vdbe had to store key_def in P4 for
OP_OpenRead/Write, so P4 was occupied and OP_LoadPtr was used to
store space pointer in another opcode. But now P4 is free for
OpenRead/Write and space pointer can be stored here.

Alongside, some useless key_def duplications are removed.
parent 6c6162e4
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