]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the OP_SqlExec opcode and use it to implement "PRAGMA analyze_as_needed",
authordrh <drh@noemail.net>
Sat, 18 Feb 2017 15:58:52 +0000 (15:58 +0000)
committerdrh <drh@noemail.net>
Sat, 18 Feb 2017 15:58:52 +0000 (15:58 +0000)
commit4a54bb579480352dce25d2982b2f266c58255248
tree0d9ef7a149a7bd23958e4a5a53b73de583b8043c
parentdfe11bae9944fa05066314dd9063ff834fd60dae
Add the OP_SqlExec opcode and use it to implement "PRAGMA analyze_as_needed",
invoking ANALYZE subcommands as necessary.  This simplifies the implementation.

FossilOrigin-Name: d386015f5e7ecdd951d70db56b7bbd858be7ad90
manifest
manifest.uuid
src/analyze.c
src/pragma.c
src/sqliteInt.h
src/vdbe.c