aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index f2846ca6d..83226b575 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -4178,7 +4178,7 @@ struct Sqlite3Config {
u8 bExtraSchemaChecks; /* Verify type,name,tbl_name in schema */
u8 bUseLongDouble; /* Make use of long double */
#ifdef SQLITE_DEBUG
- u8 bJsonbValidate; /* Double-check JSONB parsing */
+ u8 bJsonSelfcheck; /* Double-check JSON parsing */
#endif
int mxStrlen; /* Maximum string length */
int neverCorrupt; /* Database is always well-formed */