]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use sqlite3_mutex_notheld() instead of !sqlite3_mutex_held() inside
authordrh <drh@noemail.net>
Thu, 2 Sep 2010 17:15:19 +0000 (17:15 +0000)
committerdrh <drh@noemail.net>
Thu, 2 Sep 2010 17:15:19 +0000 (17:15 +0000)
commit1ff6e3ab899ed014860e69c2dca5a9ea3ade6d2c
treecc985c51df965f20bf83ce7197fe1800e1c5e9d6
parentaac1bf94979d822c1a1c0ad09e0e665eff0c340a
Use sqlite3_mutex_notheld() instead of !sqlite3_mutex_held() inside
of assert() statements since the former works when mutexing is disabled
while the latter does not.

FossilOrigin-Name: 2211486b69cf53f5efb1334aff8b403b26596102
manifest
manifest.uuid
src/malloc.c