diff options
author | stephan <stephan@noemail.net> | 2022-10-01 13:45:14 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-10-01 13:45:14 +0000 |
commit | be9d203665f470a4603966a34d35cbdc71d0a786 (patch) | |
tree | e0b0d50ba9e1615438a4f1d5d6f2276eacc23a69 /src/sqliteInt.h | |
parent | c9099d2d73559e1f640c0e70723dd776e57c9695 (diff) | |
parent | 7424aeff41362573938ff595e4eec5cdb126d29b (diff) | |
download | sqlite-be9d203665f470a4603966a34d35cbdc71d0a786.tar.gz sqlite-be9d203665f470a4603966a34d35cbdc71d0a786.zip |
Merge trunk into fiddle-opfs branch.
FossilOrigin-Name: 64ebcbe41615a6d7776597564105ea7638e4a9095a764ea558c2620640429cf8
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 7f1dee6eb..97a234721 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -3604,7 +3604,7 @@ struct Parse { u8 hasCompound; /* Need to invoke convertCompoundSelectToSubquery() */ u8 okConstFactor; /* OK to factor out constants */ u8 disableLookaside; /* Number of times lookaside has been disabled */ - u8 disableVtab; /* Disable all virtual tables for this parse */ + u8 prepFlags; /* SQLITE_PREPARE_* flags */ u8 withinRJSubrtn; /* Nesting level for RIGHT JOIN body subroutines */ #if defined(SQLITE_DEBUG) || defined(SQLITE_COVERAGE_TEST) u8 earlyCleanup; /* OOM inside sqlite3ParserAddCleanup() */ |