1
0
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:
drh
2010-04-26 00:19:45 +00:00
parent f2424c521b
commit c438efd68a
8 changed files with 73 additions and 69 deletions

View File

@ -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