aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <>2024-02-20 15:38:36 +0000
committerdrh <>2024-02-20 15:38:36 +0000
commit21eda699d7154c045c72e8c848ebe2ade011165f (patch)
tree2796f6a7e60c20dd52a00770f6fca00310dd7a2e /src
parentb468e6832288292695ff5dc6782dd1e5334ee8f6 (diff)
downloadsqlite-21eda699d7154c045c72e8c848ebe2ade011165f.tar.gz
sqlite-21eda699d7154c045c72e8c848ebe2ade011165f.zip
Fixes to comments associated with the recent PRAGMA optimize enhancements.
No changes to code. FossilOrigin-Name: 27a2113d78b35e324e9aedda7403c96c56ad0bed8c6b139fc5a179e8800b9109
Diffstat (limited to 'src')
-rw-r--r--src/pragma.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pragma.c b/src/pragma.c
index af51d1865..62fd17911 100644
--- a/src/pragma.c
+++ b/src/pragma.c
@@ -2427,9 +2427,6 @@ void sqlite3Pragma(
** database will usually be less than 100 milliseconds on
** a RaspberryPI-4 class machine. On by default.
**
- ** 0x00020 Run ANALYZE on any table that has a index that lacks an
- ** entry in the sqlite_stat1 table. On by default.
- **
** 0x10000 Look at tables to see if they need to be reanalyzed
** due to growth or shrinkage even if they have not been
** queried during the current connection. Off by default.
@@ -2456,7 +2453,7 @@ void sqlite3Pragma(
** (4b) One or more indexes on the table lacks an entry
** in the sqlite_stat1 table.
** (4c) The query planner used sqlite_stat1-style statistics for one
- ** or more indexes of the tableat some point during the lifetime
+ ** or more indexes of the table at some point during the lifetime
** of the current connection.
**
** (5) One or more of the following is true: