]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an assert() so that it does C-compiler does not combine an assert()
authordrh <drh@noemail.net>
Mon, 5 Sep 2016 19:57:46 +0000 (19:57 +0000)
committerdrh <drh@noemail.net>
Mon, 5 Sep 2016 19:57:46 +0000 (19:57 +0000)
commitc1bcd9cc3e9913acec4d8b04178d52826f82eb2d
tree5e9346b621555be65fb95eabbff30614cc46cd5a
parent3fffbf932719916b9a6564280b1254ce4f6c5012
Fix an assert() so that it does C-compiler does not combine an assert()
conditional with a production code conditional and thereby confuse the mutation
testing script.

FossilOrigin-Name: 2fa5288a7ef43f1fb26037c1b5e84b7b90400623
manifest
manifest.uuid
src/expr.c