mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Change two automatic array variables into static constant arrays.
Update and reformat some comments for cleaner presentation. FossilOrigin-Name: a7a15547cccb4aeb719aba19641f31390c316d8c
This commit is contained in:
@@ -4349,7 +4349,7 @@ case OP_IdxRowid: { /* out2-prerelease */
|
||||
** that if the key from register P3 is a prefix of the key in the cursor,
|
||||
** the result is false whereas it would be true with IdxGT.
|
||||
*/
|
||||
/* Opcode: IdxLT P1 P2 P3 * P5
|
||||
/* Opcode: IdxLT P1 P2 P3 P4 P5
|
||||
**
|
||||
** The P4 register values beginning with P3 form an unpacked index
|
||||
** key that omits the ROWID. Compare this key value against the index
|
||||
|
Reference in New Issue
Block a user