]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an assertion fault that can only occur if SQLITE_ENABLE_STAT2 is defined
authordrh <drh@noemail.net>
Thu, 16 Dec 2010 19:52:52 +0000 (19:52 +0000)
committerdrh <drh@noemail.net>
Thu, 16 Dec 2010 19:52:52 +0000 (19:52 +0000)
commit4278d53efa42707c253fee9420c53e760307f17b
treecfa5c8fc03bc38477a51464b461a94b485521eb9
parent7d20844542861b3968521d5ae8ec2354024255d3
Fix an assertion fault that can only occur if SQLITE_ENABLE_STAT2 is defined
and the constant folding optimization is disabled using sqlite3_test_control().
Problem introduced by [ad8bc68197f2b4] but we missed it prior to the 3.7.4
release due to taking shortcuts and skipping tests in the release checklist.

FossilOrigin-Name: 70a3d81742fcd481f83ccc8f7ff6af58bc29c4fa
manifest
manifest.uuid
src/where.c