| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
built-in VFS mutex where appropriate.
FossilOrigin-Name: b202e2a1d73d104d795d2252b1c6f61d65bfb295
|
|
|
| |
FossilOrigin-Name: 823ad40ccb5b51aaa0d5a48da63b465df9d0649a
|
|
|
|
|
| |
import of changes from the threads branch.
FossilOrigin-Name: 3aad01960f92c5e77dba64ac1a6c6b063378fb97
|
|
|
|
|
| |
as suggested by readership.
FossilOrigin-Name: e9d05cbb7676cbda83f1b3b71447404d7edde898
|
|
|
| |
FossilOrigin-Name: ec65bbd06bdd3bf16a742c5bb1fab0dce756c01a
|
|
|
| |
FossilOrigin-Name: e82d008eaffb5522080cad6c69c1b194b78eadbd
|
|
|
| |
FossilOrigin-Name: e7073e23b80e7cae0c76d42f014ee9b2d40a8f2f
|
|
|
|
|
|
| |
its argument, not the WAL file name. Also fix some unrelated compiler
warnings.
FossilOrigin-Name: a65c2939267ef6acec4e355a207f98f217e263d6
|
|
|
|
|
| |
since they are both unreachable.
FossilOrigin-Name: 6767b62a9a063582889f5ceb42f95eab24c697da
|
|
|
| |
FossilOrigin-Name: df19928f7ee94bca3989313ff16507c15d6efe2b
|
|
|
|
|
|
|
| |
still returns a non-NULL value. The mutex doesn't do anything, but it
tests non-NULL. This way, extensions (or VFSes) that use sqlite3_mutex_alloc()
can tell the difference between an OOM error and mutexes being disabled.
FossilOrigin-Name: 451fd175758983c335aab449fdc4cb838156c4cb
|
|
|
| |
FossilOrigin-Name: f6c045f649036958078cb15cd9d5453680c82b0c
|
|
|
|
|
| |
(CVS 5982)
FossilOrigin-Name: adedd697b475dadaa2eeae0d0413603195c955cf
|
|
|
| |
FossilOrigin-Name: 35ce71c6f19953a17aa37abe1c0c97685070e2f6
|
|
option always removes all mutex code. For application-defined mutexes only,
use SQLITE_THREADSAFE=1 with SQLITE_MUTEX_NOOP=1. Ticket #3421. (CVS 5779)
FossilOrigin-Name: 02a12eb1cfe9307c66556105a1a99d657cc01ab5
|