mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Get rid of OP_Dup, OP_MemStore, OP_MemLoad, and OP_MemMove. Replace
with OP_Copy, OP_SCopy, and OP_Move. Add the infrastructure for operation properties in1, in2, in3, out2, and out3 but do not yet use any of these. (CVS 4682) FossilOrigin-Name: cc149eb9ca3c672cc6fea3528353234ac2ed5745
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#
|
||||
#***********************************************************************
|
||||
#
|
||||
# $Id: incrblob.test,v 1.17 2007/10/09 08:29:32 danielk1977 Exp $
|
||||
# $Id: incrblob.test,v 1.18 2008/01/05 04:06:04 drh Exp $
|
||||
#
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
@ -83,7 +83,6 @@ do_test incrblob-1.3.10 {
|
||||
close $::blob
|
||||
} {}
|
||||
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# incrblob-2.*:
|
||||
#
|
||||
|
Reference in New Issue
Block a user