Re: [Patch] Locate: Read each database only once.

2005-05-29 Thread Buzz
Op Sun, 29 May 2005 23:11:52 +0200 (MET DST) schreef ik in <[EMAIL PROTECTED]>: : Hi, : : Here is a patch which will cause locate to read every database only : once. This will cause a functional change: When using multiple : databases /and/ multiple patterns, the order in which results are : o

[Patch] Locate: Read each database only once.

2005-05-29 Thread Bas van Gompel
Hi, Here is a patch which will cause locate to read every database only once. This will cause a functional change: When using multiple databases /and/ multiple patterns, the order in which results are output changes from {d1p1, d2p1, d1p2, d2p2} to {d1p1, d1p2, d2p1, d2p2}. Also, --statistics can