diff options
author | drh <> | 2024-04-02 14:12:29 +0000 |
---|---|---|
committer | drh <> | 2024-04-02 14:12:29 +0000 |
commit | 8ce73ce15b8f02b8e86c8a4d567dce42f40c70ba (patch) | |
tree | e21df098e8522910ed488cbc936a8682cb22cfd1 /src/sqliteInt.h | |
parent | 7f7d0b19f8d2628466d8e25bbb0f7d10bfb98baf (diff) | |
download | sqlite-8ce73ce15b8f02b8e86c8a4d567dce42f40c70ba.tar.gz sqlite-8ce73ce15b8f02b8e86c8a4d567dce42f40c70ba.zip |
Fix typos in comments. Provided ".wheretrace" debugging output for the
interstage heuristic module. Do omit automatic index loops in the
interstage heuristic.
FossilOrigin-Name: 186dcae19e249db36de15f295999cff25063b54ee3d5d481cd2ba99b6d13148e
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 dba64c71b..365ff2c7f 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -1156,7 +1156,7 @@ extern u32 sqlite3WhereTrace; ** 0x00000010 Display sqlite3_index_info xBestIndex calls ** 0x00000020 Range an equality scan metrics ** 0x00000040 IN operator decisions -** 0x00000080 WhereLoop cost adjustements +** 0x00000080 WhereLoop cost adjustments ** 0x00000100 ** 0x00000200 Covering index decisions ** 0x00000400 OR optimization |