Hi again,

I got another patch for SQLite in which I changed "non-existent" to 
"nonexistent". Maybe you're interested in this too.

Sincerely,

Michael Kohler


diff -r fa1e1974b034 security/nss/lib/sqlite/sqlite3.c
--- a/security/nss/lib/sqlite/sqlite3.c    Wed May 05 21:57:11 2010 +0200
+++ b/security/nss/lib/sqlite/sqlite3.c    Thu May 06 02:23:19 2010 +0200
@@ -98109,17 +98109,17 @@ SQLITE_PRIVATE void sqlite3ConnectionClo
 **    MERGE_COUNT   segments
 **       16           25
 **        8           12
 **        4           10
 **        2            6
 **
 ** This appears to have only a moderate impact on queries for very
 ** frequent terms (which are somewhat dominated by segment merge
-** costs), and infrequent and non-existent terms still seem to be fast
+** costs), and infrequent and nonexistent terms still seem to be fast
 ** even with many segments.
 **
 ** TODO(shess) That said, it would be nice to have a better query-side
 ** argument for MERGE_COUNT of 16.  Also, it is possible/likely that
 ** optimizations to things like doclist merging will swing the sweet
 ** spot around.
 **
 **
                                          
_________________________________________________________________
http://redirect.gimas.net/?n=M1004xjajah2
Über Messenger günstiger telefonieren? Sagen Sie "Ja" zu JAJAH!
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to