1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Merge and manually resolve testing updates from trunk.

FossilOrigin-Name: 5eecdb44dd809e91002b8ecf59ada72f4b56549a
This commit is contained in:
mistachkin
2012-03-08 20:22:42 +00:00
21 changed files with 74 additions and 47 deletions

View File

@ -1478,7 +1478,7 @@ foreach pgsz {512 1024 2048 4096 8192 16384 32768 65536} {
# sqlite3_log() is invoked to report this to the user.
#
ifcapable curdir {
set walfile [file nativename [file join [pwd] test.db-wal]]
set walfile [file nativename [file join [get_pwd] test.db-wal]]
} else {
set walfile test.db-wal
}