1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Require the SQLITE_ENABLE_READONLY_WALJOURNAL pre-processor macro to activate the new feature on this branch.

FossilOrigin-Name: 21ed4e78863f2622d756d2f5e0e951f3c4a992913cd1e459b2366cb5bab0153c
This commit is contained in:
dan
2024-10-30 13:47:08 +00:00
parent ae2652721b
commit ed02a2d4e9
6 changed files with 37 additions and 12 deletions

View File

@@ -12,6 +12,10 @@
set testdir [file dirname $argv0]
source $testdir/tester.tcl
ifcapable !readonly_waljournal {
finish_test
return
}
set ::testprefix readonlyfault