]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure KeyInfo objects on multi-column indices of WITHOUT ROWID tables
authordrh <drh@noemail.net>
Wed, 30 Oct 2013 15:52:32 +0000 (15:52 +0000)
committerdrh <drh@noemail.net>
Wed, 30 Oct 2013 15:52:32 +0000 (15:52 +0000)
commit72ffd09188a9248e97d05dbec369d1b888092ecc
tree9521b8065c74f826a60f9466214b9c40ae10e350
parent5b843aa032fdbaf306c6216983f94985c22a708a
Make sure KeyInfo objects on multi-column indices of WITHOUT ROWID tables
have the correct nField and nXField values.  Also, add the
SQLITE_ENABLE_MODULE_COMMENT compile-time option and the VdbeModuleComment()
macro and use it to label entry and exit points of some key routines.

FossilOrigin-Name: 6d9af6065fc0da8337aee2297a8da7511eecccf1
manifest
manifest.uuid
src/build.c
src/delete.c
src/insert.c
src/vdbe.h
src/vdbeaux.c