]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disable the debug-use-only functions sqlite3_mutex_held() and
authordrh <>
Wed, 11 Sep 2024 12:17:26 +0000 (12:17 +0000)
committerdrh <>
Wed, 11 Sep 2024 12:17:26 +0000 (12:17 +0000)
commit2a4a4ec408588541df6a4caac2f52facf890a3b3
tree4695329d3b3ba551be844ff86753997babb1ef17
parent0c8144ab4f3521e2b9f8972de500a7e472ce4aa0
Disable the debug-use-only functions sqlite3_mutex_held() and
sqlite3_mutex_notheld() when compiling with TSAN in as much as those
routines cause TSAN to complain.  Response to
[https://issues.chromium.org/issues/41427446].

FossilOrigin-Name: db702dd78500a0839b0b2810a580d3634df49275470787b170973a86b73826d3
manifest
manifest.uuid
src/mutex.c