diff options
author | drh <> | 2022-05-02 20:14:26 +0000 |
---|---|---|
committer | drh <> | 2022-05-02 20:14:26 +0000 |
commit | 689f1b924611939363e4a593c10fbce56a8ff1b7 (patch) | |
tree | b873ce7fc17cfdd4843a543f0d88c79d685c8246 /src/sqliteInt.h | |
parent | 63879a2c995c637c14a8f3aa1cee4e84dace56d7 (diff) | |
parent | 56f38db70037d5211cb9ec5a7acae51db16e6b77 (diff) | |
download | sqlite-689f1b924611939363e4a593c10fbce56a8ff1b7.tar.gz sqlite-689f1b924611939363e4a593c10fbce56a8ff1b7.zip |
Merge trunk fixes into the right-join branch.
FossilOrigin-Name: e01f4c05c21e89dcc7985e00874f288d9ba5d5d932f7284f8d970bd3145ac0c2
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index c64aa3c01..90c931efe 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 */ /* |