Remove references to OP_MoveTo in comments of vdbe.c - that opcode no
longer exists. Ticket #3327. (CVS 5584) FossilOrigin-Name: 30077ece459b515338723ca0dab11c18b9f09d21
This commit is contained in:
parent
70a8ca3c1e
commit
cb6d50e100
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Initialize\sthe\sglobal\sbuilt-in\sfunction\stable\sat\sstart-time\ninstead\sof\sat\scompile-time.\s\sThis\sis\sless\sprone\sto\smalfunction\swhen\ncompile-time\sparameters\svery.\s(CVS\s5583)
|
||||
D 2008-08-21T18:49:28
|
||||
C Remove\sreferences\sto\sOP_MoveTo\sin\scomments\sof\svdbe.c\s-\sthat\sopcode\sno\nlonger\sexists.\s\sTicket\s#3327.\s(CVS\s5584)
|
||||
D 2008-08-21T19:28:30
|
||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||
F Makefile.in 51b727303f84cf055e29514d8248e5eaf9701379
|
||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||
@ -186,7 +186,7 @@ F src/update.c 9e3786e76825bd7fa22528556cc1c467cd428075
|
||||
F src/utf.c c63e6f69082f85c19ab88d62dedaf91d71ac1a50
|
||||
F src/util.c afe659ccc05d1f8af9e8631dabfec3ee3a7144af
|
||||
F src/vacuum.c ef342828002debc97514617af3424aea8ef8522c
|
||||
F src/vdbe.c ae37f601426e01c4cdf6f650f465928bc18ad0c9
|
||||
F src/vdbe.c adcc179a31d71466b7b4f20ab77555e1e137bfe5
|
||||
F src/vdbe.h 41c99aaad9167c1b5431993db446de74b2f71fc3
|
||||
F src/vdbeInt.h b48c74d86a9fb62b707a3186ccca76bb32f1c6be
|
||||
F src/vdbeapi.c 3c98fbed9d4e10a4fbe09fce47e88ec567927a7b
|
||||
@ -622,7 +622,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
|
||||
F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
||||
F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
|
||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||
P 2091d9a5260b1d7e27ff5ca93e60dae1e3b12081
|
||||
R b949ccba5219ea8fee93a425d2cbcc5d
|
||||
P ef6936e50adb9ebea39c890167403fff01bbb5ed
|
||||
R 93e8a5c8f5b8731f0168db8793678abe
|
||||
U drh
|
||||
Z f9a9c8cdda97c141f21d737763887781
|
||||
Z fc276d4f825ababf0c32faa8e25a17cd
|
||||
|
@ -1 +1 @@
|
||||
ef6936e50adb9ebea39c890167403fff01bbb5ed
|
||||
30077ece459b515338723ca0dab11c18b9f09d21
|
@ -43,7 +43,7 @@
|
||||
** in this file for details. If in doubt, do not deviate from existing
|
||||
** commenting and indentation practices when changing or adding code.
|
||||
**
|
||||
** $Id: vdbe.c,v 1.776 2008/08/20 22:06:48 drh Exp $
|
||||
** $Id: vdbe.c,v 1.777 2008/08/21 19:28:30 drh Exp $
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include <ctype.h>
|
||||
@ -3033,7 +3033,7 @@ case OP_MoveGt: { /* jump, in3 */
|
||||
** in the record in register P3, where N is the total number of values in
|
||||
** the P3 record (the P3 record is a prefix of the P1 record).
|
||||
**
|
||||
** See also: NotFound, MoveTo, IsUnique, NotExists
|
||||
** See also: NotFound, IsUnique, NotExists
|
||||
*/
|
||||
/* Opcode: NotFound P1 P2 P3 * *
|
||||
**
|
||||
@ -3042,7 +3042,7 @@ case OP_MoveGt: { /* jump, in3 */
|
||||
** to P2. If an entry does existing, fall through. The cursor is left
|
||||
** pointing to the entry that matches.
|
||||
**
|
||||
** See also: Found, MoveTo, NotExists, IsUnique
|
||||
** See also: Found, NotExists, IsUnique
|
||||
*/
|
||||
case OP_NotFound: /* jump, in3 */
|
||||
case OP_Found: { /* jump, in3 */
|
||||
@ -3197,7 +3197,7 @@ case OP_IsUnique: { /* jump, in3 */
|
||||
** NotFound assumes key is a blob constructed from MakeRecord and
|
||||
** P1 is an index.
|
||||
**
|
||||
** See also: Found, MoveTo, NotFound, IsUnique
|
||||
** See also: Found, NotFound, IsUnique
|
||||
*/
|
||||
case OP_NotExists: { /* jump, in3 */
|
||||
int i = pOp->p1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user