summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-10-17 20:33:41 +0200
committerlpsolit%gmail.com <>2008-10-17 20:33:41 +0200
commit3f8fe270407b35a2f123074e61fe87720c5e994b (patch)
treec8d20fbef1158a8614530e2cede3cd4594102930 /Bugzilla/DB.pm
parent50035ffc59885e32f744389e732a12d533ec1e66 (diff)
downloadbugzilla-3f8fe270407b35a2f123074e61fe87720c5e994b.tar.gz
bugzilla-3f8fe270407b35a2f123074e61fe87720c5e994b.tar.xz
Bug 455857: [Oracle] 'Find a Specific Bug' doesn't work - Patch by Xiaoou <xiaoou.wu@oracle.com> r/a=mkanat
Diffstat (limited to 'Bugzilla/DB.pm')
-rw-r--r--Bugzilla/DB.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm
index 399f3c643..e264dc443 100644
--- a/Bugzilla/DB.pm
+++ b/Bugzilla/DB.pm
@@ -52,6 +52,7 @@ use Storable qw(dclone);
use constant BLOB_TYPE => DBI::SQL_BLOB;
use constant ISOLATION_LEVEL => 'REPEATABLE READ';
+use constant GROUPBY_REGEXP => '(?:.*\s+AS\s+)?(\w+(\.\w+)?)(?:\s+(ASC|DESC))?$';
# Set default values for what used to be the enum types. These values
# are no longer stored in localconfig. If we are upgrading from a