Commit 92449bb
committed
Fix issue #194
- Remove use of SQLITE_EXTRA_INIT and SQLITE_EXTRA_SHUTDOWN
- Add SQLite patch to call sqlite3mc_initialize directly from within SQLite's guarded initialization context to avoid race condition (as described in issue #194)
- Add SQLite patch to call sqlite3mc_shutdown directly from sqlite3_shutdown1 parent 37b8061 commit 92449bb
3 files changed
+10
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 40 | | |
54 | 41 | | |
55 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181886 | 181886 | | |
181887 | 181887 | | |
181888 | 181888 | | |
| 181889 | + | |
| 181890 | + | |
| 181891 | + | |
| 181892 | + | |
181889 | 181893 | | |
181890 | 181894 | | |
181891 | 181895 | | |
| |||
181959 | 181963 | | |
181960 | 181964 | | |
181961 | 181965 | | |
| 181966 | + | |
| 181967 | + | |
| 181968 | + | |
| 181969 | + | |
181962 | 181970 | | |
181963 | 181971 | | |
181964 | 181972 | | |
| |||
0 commit comments