Skip to content

Commit 1be1258

Browse files
committed
no-wal added
1 parent 504afb7 commit 1be1258

File tree

1,677 files changed

+3675638
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,677 files changed

+3675638
-47
lines changed

Diff for: no-journal/bld/.libs/libsqlite3.a

7.42 MB
Binary file not shown.

Diff for: no-journal/bld/.libs/libsqlite3.la

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../libsqlite3.la

Diff for: no-journal/bld/.libs/libsqlite3.lai

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# libsqlite3.la - a libtool library file
2+
# Generated by ltmain.sh (GNU libtool) 2.2.6
3+
#
4+
# Please DO NOT delete this file!
5+
# It is necessary for linking the library.
6+
7+
# The name that we can dlopen(3).
8+
dlname='libsqlite3.so.0'
9+
10+
# Names of this library.
11+
library_names='libsqlite3.so.0.8.6 libsqlite3.so.0 libsqlite3.so'
12+
13+
# The name of the static archive.
14+
old_library='libsqlite3.a'
15+
16+
# Linker flags that can not go in dependency_libs.
17+
inherited_linker_flags=''
18+
19+
# Libraries that this one depends upon.
20+
dependency_libs=' -ldl -lpthread'
21+
22+
# Names of additional weak libraries provided by this library
23+
weak_library_names=''
24+
25+
# Version information for libsqlite3.
26+
current=8
27+
age=8
28+
revision=6
29+
30+
# Is this an already installed library?
31+
installed=yes
32+
33+
# Should we warn about portability when linking against -modules?
34+
shouldnotlink=no
35+
36+
# Files to dlopen/dlpreopen
37+
dlopen=''
38+
dlpreopen=''
39+
40+
# Directory that this library needs to be installed in:
41+
libdir='/usr/local/lib'

Diff for: no-journal/bld/.libs/libsqlite3.so

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libsqlite3.so.0.8.6

Diff for: no-journal/bld/.libs/libsqlite3.so.0

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libsqlite3.so.0.8.6

Diff for: no-journal/bld/.libs/libsqlite3.so.0.8.6

3.09 MB
Binary file not shown.

Diff for: no-journal/bld/.target_source

Whitespace-only changes.

Diff for: no-journal/bld/Makefile

+2-11
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ LIBOBJS0 = alter.lo analyze.lo attach.lo auth.lo \
185185
table.lo threads.lo tokenize.lo treeview.lo trigger.lo \
186186
update.lo util.lo vacuum.lo \
187187
vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbemem.lo vdbesort.lo \
188-
vdbetrace.lo wal.lo walker.lo where.lo wherecode.lo whereexpr.lo \
188+
vdbetrace.lo walker.lo where.lo wherecode.lo whereexpr.lo \
189189
utf.lo vtab.lo
190190

191191
# Object files for the amalgamation.
@@ -291,8 +291,6 @@ SRC = \
291291
$(TOP)/src/vdbeInt.h \
292292
$(TOP)/src/vtab.c \
293293
$(TOP)/src/vxworks.h \
294-
$(TOP)/src/wal.c \
295-
$(TOP)/src/wal.h \
296294
$(TOP)/src/walker.c \
297295
$(TOP)/src/where.c \
298296
$(TOP)/src/wherecode.c \
@@ -446,7 +444,6 @@ TESTSRC2 = \
446444
$(TOP)/src/expr.c \
447445
$(TOP)/src/func.c \
448446
$(TOP)/src/insert.c \
449-
$(TOP)/src/wal.c \
450447
$(TOP)/src/main.c \
451448
$(TOP)/src/mem5.c \
452449
$(TOP)/src/os.c \
@@ -882,9 +879,6 @@ vdbetrace.lo: $(TOP)/src/vdbetrace.c $(HDR)
882879
vtab.lo: $(TOP)/src/vtab.c $(HDR)
883880
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/vtab.c
884881

885-
wal.lo: $(TOP)/src/wal.c $(HDR)
886-
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/wal.c
887-
888882
walker.lo: $(TOP)/src/walker.c $(HDR)
889883
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/walker.c
890884

@@ -1135,9 +1129,6 @@ showstat4$(TEXE): $(TOP)/tool/showstat4.c sqlite3.lo
11351129
showjournal$(TEXE): $(TOP)/tool/showjournal.c sqlite3.lo
11361130
$(LTLINK) -o $@ $(TOP)/tool/showjournal.c sqlite3.lo $(TLIBS)
11371131

1138-
showwal$(TEXE): $(TOP)/tool/showwal.c sqlite3.lo
1139-
$(LTLINK) -o $@ $(TOP)/tool/showwal.c sqlite3.lo $(TLIBS)
1140-
11411132
changeset$(TEXE): $(TOP)/ext/session/changeset.c sqlite3.lo
11421133
$(LTLINK) -o $@ $(TOP)/ext/session/changeset.c sqlite3.lo $(TLIBS)
11431134

@@ -1232,7 +1223,7 @@ clean:
12321223
rm -f tclsqlite3$(TEXE)
12331224
rm -f testfixture$(TEXE) test.db
12341225
rm -f LogEst$(TEXE) fts3view$(TEXE) rollback-test$(TEXE) showdb$(TEXE)
1235-
rm -f showjournal$(TEXE) showstat4$(TEXE) showwal$(TEXE) speedtest1$(TEXE)
1226+
rm -f showjournal$(TEXE) showstat4$(TEXE) speedtest1$(TEXE)
12361227
rm -f wordcount$(TEXE) changeset$(TEXE)
12371228
rm -f sqlite3.dll sqlite3.lib sqlite3.exp sqlite3.def
12381229
rm -f sqlite3.c

0 commit comments

Comments
 (0)