[bugzilla-gnome-org-extensions] Sort by trace.id instead of comment_id because that's faster.



commit 69ae0a93cf24acfaf3c072c1d961e5ee602161db
Author: Max Kanat-Alexander <mkanat everythingsolved com>
Date:   Sat Aug 8 13:16:14 2009 -0500

    Sort by trace.id instead of comment_id because that's faster.

 lib/TraceParser/Trace.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/TraceParser/Trace.pm b/lib/TraceParser/Trace.pm
index c243bc1..6c20627 100644
--- a/lib/TraceParser/Trace.pm
+++ b/lib/TraceParser/Trace.pm
@@ -46,7 +46,7 @@ use constant DB_COLUMNS => qw(
 
 use constant DB_TABLE => 'trace';
 
-use constant LIST_ORDER => 'quality DESC, comment_id';
+use constant LIST_ORDER => 'quality DESC, id';
 
 use constant VALIDATORS => {
     stack_hash  => \&_check_hash,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]