]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactoring the VM. The P3 parameter is changed to P4. A P5 parameter is
authordrh <drh@noemail.net>
Thu, 3 Jan 2008 00:01:23 +0000 (00:01 +0000)
committerdrh <drh@noemail.net>
Thu, 3 Jan 2008 00:01:23 +0000 (00:01 +0000)
commit66a5167b478c1398251dae5a7a5606cd4706c387
treeadb322a988cf3268ebb542931d427f4f908f5869
parent119a531de491e5a05d051868e3d280aaca85f54f
Refactoring the VM.  The P3 parameter is changed to P4.  A P5 parameter is
added (though not currently used.)  Add routines sqlite3VdbeAddOpX() where
X is one of 0, 1, 2, 3, or 4. (CVS 4660)

FossilOrigin-Name: 027875e4d4c4bd7686dc880c6917a968049b2fec
23 files changed:
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/attach.c
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/pragma.c
src/prepare.c
src/select.c
src/sqliteInt.h
src/test_onefile.c
src/trigger.c
src/update.c
src/vacuum.c
src/vdbe.c
src/vdbe.h
src/vdbeapi.c
src/vdbeaux.c
src/vtab.c
src/where.c