summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Mazieres <dm@uun.org>2023-01-02 04:33:53 -0800
committerDavid Mazieres <dm@uun.org>2023-01-02 04:33:53 -0800
commit8f62e01878574b2d06fd52e193d4e6b975db8358 (patch)
treefd9d5be8b0b29ad0e934a00ba673d3cd0d070a0b
parent90a4c47478d31423e1820c26f395d212d898c415 (diff)
put it in NEWS
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a7b3329..91d3139 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+
+Fixed a performance bug in which SQL queries used bitwise & instead of
+logical AND, which caused a linear scan of a database table when files
+were moved or deleted.
+
* Changes in release 6
Clarified that it's okay to link against OpenSSL libcrypto.