aboutsummaryrefslogtreecommitdiff
path: root/src/wherecode.c
diff options
context:
space:
mode:
authordrh <>2025-04-10 10:18:07 +0000
committerdrh <>2025-04-10 10:18:07 +0000
commit8a6f89c845763b11023e438e0fa63dc80aeda72d (patch)
tree264bfb9a8c6bd407f1f9caacc1a4061ac44f1c80 /src/wherecode.c
parent509d899a2dec05549c88147429c205598d9ee061 (diff)
downloadsqlite-8a6f89c845763b11023e438e0fa63dc80aeda72d.tar.gz
sqlite-8a6f89c845763b11023e438e0fa63dc80aeda72d.zip
Remove unnecessary "www." prefixes on domain names in URLs.
FossilOrigin-Name: 20acd630b91609725794ce84f9eda01d5f3c898407f0948264830851d25ccaa6
Diffstat (limited to 'src/wherecode.c')
-rw-r--r--src/wherecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wherecode.c b/src/wherecode.c
index 5fe230813..76f7ec60a 100644
--- a/src/wherecode.c
+++ b/src/wherecode.c
@@ -2364,7 +2364,7 @@ Bitmask sqlite3WhereCodeOneLoopStart(
**
** This optimization also only applies if the (x1 OR x2 OR ...) term
** is not contained in the ON clause of a LEFT JOIN.
- ** See ticket http://www.sqlite.org/src/info/f2369304e4
+ ** See ticket http://sqlite.org/src/info/f2369304e4
**
** 2022-02-04: Do not push down slices of a row-value comparison.
** In other words, "w" or "y" may not be a slice of a vector. Otherwise,