Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
cznic
sqlite
Commits
bfb8a00e
Commit
bfb8a00e
authored
Dec 19, 2019
by
cznic
Browse files
386: support SQLite's multi-thread model
parent
58026126
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50445 additions
and
43764 deletions
+50445
-43764
internal/bin/h_linux_386.go
internal/bin/h_linux_386.go
+4
-2
internal/bin/sqlite_linux_386.go
internal/bin/sqlite_linux_386.go
+50441
-43762
No files found.
internal/bin/h_linux_386.go
View file @
bfb8a00e
// Code generated by `gocc /tmp/go-generate-
253261045
/x.c -o internal/bin/h_linux_386.go -Itestdata/sqlite-amalgamation-3300100 -qbec-defines -qbec-enumconsts -qbec-import <none> -qbec-pkgname bin -qbec-structs -DLONGDOUBLE_TYPE=double -DSQLITE_DEBUG -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_DQS=0 -DSQLITE_LIKE_DOESNT_MATCH_BLOBS -DSQLITE_MAX_EXPR_DEPTH=0 -DSQLITE_MEMDEBUG -DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_SHARED_CACHE -DSQLITE_THREADSAFE=
0
-DSQLITE_USE_ALLOCA`, DO NOT EDIT.
// Code generated by `gocc /tmp/go-generate-
081920477
/x.c -o internal/bin/h_linux_386.go -Itestdata/sqlite-amalgamation-3300100 -qbec-defines -qbec-enumconsts -qbec-import <none> -qbec-pkgname bin -qbec-structs -DLONGDOUBLE_TYPE=double -DSQLITE_DEBUG -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_DQS=0 -DSQLITE_LIKE_DOESNT_MATCH_BLOBS -DSQLITE_MAX_EXPR_DEPTH=0 -DSQLITE_MEMDEBUG
-DSQLITE_MUTEX_APPDEF=1 -DSQLITE_MUTEX_NOOP
-DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_SHARED_CACHE -DSQLITE_THREADSAFE=
2
-DSQLITE_USE_ALLOCA`, DO NOT EDIT.
package
bin
...
...
@@ -289,7 +289,9 @@ const (
DSQLITE_MEMDEBUG
=
1
DSQLITE_MISMATCH
=
20
DSQLITE_MISUSE
=
21
DSQLITE_MUTEX_APPDEF
=
1
DSQLITE_MUTEX_FAST
=
0
DSQLITE_MUTEX_NOOP
=
1
DSQLITE_MUTEX_RECURSIVE
=
1
DSQLITE_MUTEX_STATIC_APP1
=
8
DSQLITE_MUTEX_STATIC_APP2
=
9
...
...
@@ -428,7 +430,7 @@ const (
DSQLITE_TESTCTRL_SORTER_MMAP
=
24
DSQLITE_TESTCTRL_VDBE_COVERAGE
=
21
DSQLITE_TEXT
=
3
DSQLITE_THREADSAFE
=
0
DSQLITE_THREADSAFE
=
2
DSQLITE_TOOBIG
=
18
DSQLITE_TRACE_CLOSE
=
8
DSQLITE_TRACE_PROFILE
=
2
...
...
internal/bin/sqlite_linux_386.go
View file @
bfb8a00e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment