]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the analyze_as_needed pragma, avoid running unnecessary OP_LoadAnalysis
authordrh <drh@noemail.net>
Sat, 18 Feb 2017 02:19:02 +0000 (02:19 +0000)
committerdrh <drh@noemail.net>
Sat, 18 Feb 2017 02:19:02 +0000 (02:19 +0000)
commit182e84c116eb9b6f3e9dc3ee1a694e302cf6c08d
treec5a034a7d04e13e9131b4ab637fd890b5cec44c8
parent5e98e838da57d5d70c1b3321c73e82206f5c8457
In the analyze_as_needed pragma, avoid running unnecessary OP_LoadAnalysis
and OP_Expire opcodes.  Make the analyze_as_needed pragma responsive to the
schema name.

FossilOrigin-Name: 882599a4a7ea92c9e7752e0745475508e58a11c3
manifest
manifest.uuid
src/analyze.c
src/parse.y
src/pragma.c
src/sqliteInt.h