diff options
author | Matt Tyson <mtyson@redhat.com> | 2015-03-20 08:49:55 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-20 08:49:55 +0100 |
commit | 377de9b5fa9fdbe9abbb9a8a1606e3e4eb6cf16f (patch) | |
tree | 10d9dddcc0ec91f4b3ddcd19f84b85c99e24765b /Bugzilla | |
parent | 5c8594a71d10d21019175dbc98e572671f80a095 (diff) | |
download | bugzilla-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.pm | 1 |
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 ); ############### |