aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <>2022-05-02 15:31:06 +0000
committerdrh <>2022-05-02 15:31:06 +0000
commitc35f02d676bb990ef18354c4a5fa3cf75f267abc (patch)
tree0cd3df55b3feca015f5a0f195b6c6574716abd8d /src
parent7a8809907f7ce3980ad4867865ea9c30f72b5c9f (diff)
downloadsqlite-c35f02d676bb990ef18354c4a5fa3cf75f267abc.tar.gz
sqlite-c35f02d676bb990ef18354c4a5fa3cf75f267abc.zip
Document (in comments) that the SQLITE_FlttnUnionAll bit has a specific value
needed by TH3. FossilOrigin-Name: bcaa4a44749d157c5953c6f54c88b1ba29b4035f4b21fce986b7efbea372e109
Diffstat (limited to 'src')
-rw-r--r--src/sqliteInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index e9f0af544..37d9db8b6 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -1781,6 +1781,7 @@ struct sqlite3 {
#define SQLITE_BalancedMerge 0x00200000 /* Balance multi-way merges */
#define SQLITE_ReleaseReg 0x00400000 /* Use OP_ReleaseReg for testing */
#define SQLITE_FlttnUnionAll 0x00800000 /* Disable the UNION ALL flattener */
+ /* TH3 expects this value ^^^^^^^^^^ See flatten04.test */
#define SQLITE_AllOpts 0xffffffff /* All optimizations */
/*