diff options
author | drh <> | 2025-04-10 10:18:07 +0000 |
---|---|---|
committer | drh <> | 2025-04-10 10:18:07 +0000 |
commit | 8a6f89c845763b11023e438e0fa63dc80aeda72d (patch) | |
tree | 264bfb9a8c6bd407f1f9caacc1a4061ac44f1c80 /src/wherecode.c | |
parent | 509d899a2dec05549c88147429c205598d9ee061 (diff) | |
download | sqlite-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.c | 2 |
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, |