mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix a typo on the OP_IdxInsert documentation. No code changes.
FossilOrigin-Name: e4acd98207bf12b28f6c0f77896ba8f0b0a155d5
This commit is contained in:
@@ -5024,7 +5024,7 @@ next_tail:
|
||||
** MakeRecord instructions. This opcode writes that key
|
||||
** into the index P1. Data for the entry is nil.
|
||||
**
|
||||
** If P4 is not zero, the it is the number of values in the unpacked
|
||||
** If P4 is not zero, then it is the number of values in the unpacked
|
||||
** key of reg(P2). In that case, P3 is the index of the first register
|
||||
** for the unpacked key. The availability of the unpacked key can sometimes
|
||||
** be an optimization.
|
||||
|
Reference in New Issue
Block a user