1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Enhanced documentation and minor code tweaks in preparation for hardening

the sqlite3_initialize/shutdown interfaces against initialization failures.

FossilOrigin-Name: 98c49e6135ae6268a80de88f8b0284f88ef32e1d
This commit is contained in:
drh
2009-08-17 13:42:29 +00:00
parent d768f944d9
commit 9ac06509f1
7 changed files with 54 additions and 17 deletions

View File

@@ -153,7 +153,7 @@ SQLITE_WSD struct Sqlite3Config sqlite3Config = {
0, /* nPage */
0, /* mxParserStack */
0, /* sharedCacheEnabled */
/* All the rest need to always be zero */
/* All the rest should always be initialized to zero */
0, /* isInit */
0, /* inProgress */
0, /* isMallocInit */