Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
025a06c4
Commit
025a06c4
authored
Jul 24, 2007
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 383595 "allows to" isn't correct
r=mkanat a=mkanat
parent
a1d40e5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Mysql.pm
Bugzilla/DB/Mysql.pm
+4
-4
administration.xml
docs/xml/administration.xml
+1
-1
No files found.
Bugzilla/DB/Mysql.pm
View file @
025a06c4
...
@@ -190,10 +190,10 @@ sub sql_position {
...
@@ -190,10 +190,10 @@ sub sql_position {
sub
sql_group_by
{
sub
sql_group_by
{
my
(
$self
,
$needed_columns
,
$optional_columns
)
=
@_
;
my
(
$self
,
$needed_columns
,
$optional_columns
)
=
@_
;
# MySQL allows
to specify all columns as ANSI SQL requires, but also
# MySQL allows
you to specify the minimal subset of columns to get
# a
llow you to specify just minimal subset to get unique result.
# a
unique result. While it does allow specifying all columns as
# A
ccording to MySQL documentation, the less columns you specify
# A
NSI SQL requires, according to MySQL documentation, the fewer
# the faster the query runs.
#
columns you specify,
the faster the query runs.
return
"GROUP BY $needed_columns"
;
return
"GROUP BY $needed_columns"
;
}
}
...
...
docs/xml/administration.xml
View file @
025a06c4
...
@@ -202,7 +202,7 @@
...
@@ -202,7 +202,7 @@
</term>
</term>
<listitem>
<listitem>
<para>
<para>
This allows
to define specific users that
will
This allows
you to define specific users who
will
receive notification each time a new bug in entered, or when
receive notification each time a new bug in entered, or when
an existing bug changes, according to the normal groupset
an existing bug changes, according to the normal groupset
permissions. It may be useful for sending notifications to a
permissions. It may be useful for sending notifications to a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment