]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a missing mutex in the sqlite3_normalized_sql() interface when it is
authordrh <drh@noemail.net>
Thu, 6 Dec 2018 01:08:58 +0000 (01:08 +0000)
committerdrh <drh@noemail.net>
Thu, 6 Dec 2018 01:08:58 +0000 (01:08 +0000)
commit1f169fefca50d458ad95eb8107f843927bae610f
tree9a06b4c4e2556873fd248e2dc0307e7b887ebd00
parent7b278f0c3d6a45b3f9bf849c7a703196fa54bae2
Fix a missing mutex in the sqlite3_normalized_sql() interface when it is
called on a prepared statement that did not previously have a computed
normalization of the input SQL.

FossilOrigin-Name: 1a1a59c6c570879c8f318bbc132103c0285088ba233dd8c32e049b86419347b0
manifest
manifest.uuid
src/vdbeapi.c