]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] changelog for #324
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 4 Apr 2012 21:41:53 +0000 (14:41 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 4 Apr 2012 21:41:53 +0000 (14:41 -0700)
ChangeLog

index 317eccf133a579203f38482cb4abcaa15f3c8a98..ce5f4bba781ee7e61955f89c1af106abae279315 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+420.   [bug]*          jinmei, stephen
+       Updated the DB schema used in the SQLite3 data source so it can
+       use SQL indices more effectively.  The previous schema had several
+       issues in this sense and could be very slow for some queries on a
+       very large zone (especially for negative answers).  This change
+       requires a major version up of the schema; use b10-dbutil to
+       upgrade existing database files.  Note: 'make install' will fail
+       unless old DB files installed in the standard location have been
+       upgraded.
+       (Trac #324, git 8644866497053f91ada4e99abe444d7876ed00ff)
+
 419.   [bug]           jelte
        JSON handler has been improved; escaping now works correctly
        (including quotes in strings), and it now rejects more types of