]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use a mutex-free PRNG for the random() and randomblob() SQL functions and for mutex-free-randomness
authordrh <drh@noemail.net>
Sat, 9 Sep 2017 08:03:28 +0000 (08:03 +0000)
committerdrh <drh@noemail.net>
Sat, 9 Sep 2017 08:03:28 +0000 (08:03 +0000)
commitd351e7643f04d2df346ba4729eed331b8874ceb5
tree307154a654ca7385dc103b8dbcce08df94938487
parent2158a0c7acd8f67cf747b50b59609f82934e7402
Use a mutex-free PRNG for the random() and randomblob() SQL functions and for
the randomness used during checkpoint operations.

FossilOrigin-Name: e63d1a7cd317811f74d206ae47bd11a8fc6b6311218fbc6d0cbf49e8281b362f
manifest
manifest.uuid
src/func.c
src/main.c
src/random.c
src/select.c
src/sqliteInt.h
src/wal.c