summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorMatt Tyson <mtyson@redhat.com>2015-03-20 08:49:55 +0100
committerByron Jones <glob@mozilla.com>2015-03-20 08:49:55 +0100
commit377de9b5fa9fdbe9abbb9a8a1606e3e4eb6cf16f (patch)
tree10d9dddcc0ec91f4b3ddcd19f84b85c99e24765b /Bugzilla
parent5c8594a71d10d21019175dbc98e572671f80a095 (diff)
downloadbugzilla-377de9b5fa9fdbe9abbb9a8a1606e3e4eb6cf16f.tar.gz
bugzilla-377de9b5fa9fdbe9abbb9a8a1606e3e4eb6cf16f.tar.xz
Bug 1145438: DB Crash under postgres when using alias column in buglist.cgi
r=glob,a=glob
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Search.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index a75995e95..c95651a15 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -714,6 +714,7 @@ use constant GROUP_BY_SKIP => qw(
longdescs.count
percentage_complete
tag
+ alias
);
###############