SVN commit 747256 by mueller: trying to limit this a little M +1 -1 find-traces.pl --- trunk/bugs/bugz/find-traces.pl #747255:747256 @@ -135,7 +135,7 @@ AND INSTR(LOWER(longdescs.thetext),LOWER('$functions[2]')) AND INSTR(LOWER(longdescs.thetext),LOWER('$functions[3]')) AND INSTR(LOWER(longdescs.thetext),LOWER('$functions[4]'))) -ORDER BY bugs.bug_status, bugs.bug_id +ORDER BY bugs.bug_status, bugs.bug_id LIMIT 20 FIN