mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Experimental change to allow clients to block when taking a SHARED lock to connect to a wal mode database.
FossilOrigin-Name: d2d6a000fb9bf8097e0ce9979685408d183be3ab785ceeb11ec1f97a81a83e41
This commit is contained in:
@ -145,6 +145,7 @@ proc testfixture_nb_cb {varname chan} {
|
||||
}
|
||||
|
||||
if { $line == "OVER" } {
|
||||
global $varname
|
||||
set $varname [lindex $::tfnb($chan) 1]
|
||||
unset ::tfnb($chan)
|
||||
close $chan
|
||||
|
Reference in New Issue
Block a user