]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug 69054...
authorjustdave%syndicomm.com <>
Sat, 7 Apr 2001 01:19:44 +0000 (01:19 +0000)
committerjustdave%syndicomm.com <>
Sat, 7 Apr 2001 01:19:44 +0000 (01:19 +0000)
commit6ed055cfc3fb1f7821fdfbccbda100a489f57ffa
tree3ac41f59af043caf91c74107fa83f996d6f5d5b6
parent9818692e383d603ed728df6c16c02150854b6d3c
Fix for bug 72721 (duplicates.cgi performs poorly with lots of bugs) and bug 69054 (DB_File not portable): dependence on DB_File removed, now uses AnyDBM_File which comes standard with Perl.  Duplicates.cgi now runs its queries against the shadow database if it's available, among many other improvements.
Patch by gervase.markham@univ.ox.ac.uk (Gervase Markham)
r= justdave
collectstats.pl
defparams.pl
duplicates.cgi