aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <>2025-01-25 14:30:36 +0000
committerdrh <>2025-01-25 14:30:36 +0000
commit0186ee1cd742a78f8b98fd1ec7e197aaf8f1c2f8 (patch)
treee62d5743750d958894a18b16bfa1b11b88e941dc /src/sqliteInt.h
parentdea434ea6513a3f91bf15ce4106db0c54a9d6161 (diff)
downloadsqlite-0186ee1cd742a78f8b98fd1ec7e197aaf8f1c2f8.tar.gz
sqlite-0186ee1cd742a78f8b98fd1ec7e197aaf8f1c2f8.zip
Improvments to debug output on the star-query heuristic.
FossilOrigin-Name: b3ebeb0682a2c837987acf4ed92f06cf91aea235830c5a0f9dd1ce64afe16e84
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 3045d7c4a..d29b2e393 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -1151,7 +1151,7 @@ extern u32 sqlite3WhereTrace;
** 0xFFFF---- Low-level debug messages
**
** 0x00000001 Code generation
-** 0x00000002 Solver
+** 0x00000002 Solver (Use 0x40000 for less detail)
** 0x00000004 Solver costs
** 0x00000008 WhereLoop inserts
**
@@ -1170,6 +1170,8 @@ extern u32 sqlite3WhereTrace;
**
** 0x00010000 Show more detail when printing WHERE terms
** 0x00020000 Show WHERE terms returned from whereScanNext()
+** 0x00040000 Solver overview messages
+** 0x00080000 Star-query heuristic
*/