aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorMatt Tyson <mtyson@redhat.com>2015-03-20 15:50:40 +0800
committerByron Jones <glob@mozilla.com>2015-03-20 15:50:40 +0800
commit5813ef51d636c8e2bb94a6c75b6dec9b84a147e1 (patch)
tree77919ad45fe1beb855e892a0e34264208d9c8f27 /Bugzilla
parentf5fb20f4c9fdec61cecfa8a2a7b49b5f5a2e62b8 (diff)
downloadbugs-5813ef51d636c8e2bb94a6c75b6dec9b84a147e1.tar
bugs-5813ef51d636c8e2bb94a6c75b6dec9b84a147e1.tar.gz
bugs-5813ef51d636c8e2bb94a6c75b6dec9b84a147e1.tar.bz2
bugs-5813ef51d636c8e2bb94a6c75b6dec9b84a147e1.tar.xz
bugs-5813ef51d636c8e2bb94a6c75b6dec9b84a147e1.zip
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 4c24dc6fd..0c59959dd 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -713,6 +713,7 @@ use constant GROUP_BY_SKIP => qw(
longdescs.count
percentage_complete
tag
+ alias
);
###############