mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Change the names of the log.c and log.h source files to wal.c and wal.h.
FossilOrigin-Name: 56fe5d7624f840417152bcc63efbe21a5f557920
This commit is contained in:
@ -93,7 +93,6 @@ foreach hdr {
|
||||
hash.h
|
||||
hwtime.h
|
||||
keywordhash.h
|
||||
log.h
|
||||
mutex.h
|
||||
opcodes.h
|
||||
os_common.h
|
||||
@ -110,6 +109,7 @@ foreach hdr {
|
||||
sqliteLimit.h
|
||||
vdbe.h
|
||||
vdbeInt.h
|
||||
wal.h
|
||||
} {
|
||||
set available_hdr($hdr) 1
|
||||
}
|
||||
@ -244,7 +244,7 @@ foreach file {
|
||||
pcache.c
|
||||
pcache1.c
|
||||
rowset.c
|
||||
log.c
|
||||
wal.c
|
||||
pager.c
|
||||
|
||||
btmutex.c
|
||||
|
Reference in New Issue
Block a user