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
dbbe021b
Commit
dbbe021b
authored
Mar 11, 2000
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sigh. We now need to lock the attachments table, too, just in case a
midair collision happens which needs to generate text which needs to look at the attachments table. Sigh.
parent
0efe7805
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
process_bug.cgi
process_bug.cgi
+1
-1
No files found.
process_bug.cgi
View file @
dbbe021b
...
...
@@ -591,7 +591,7 @@ foreach my $id (@idlist) {
SendSQL
(
"LOCK TABLES bugs $write, bugs_activity $write, cc $write, "
.
"profiles $write, dependencies $write, votes $write, "
.
"keywords $write, longdescs $write, fielddefs $write, "
.
"keyworddefs READ, groups READ"
);
"keyworddefs READ, groups READ
, attachments READ
"
);
my
@oldvalues
=
SnapShotBug
(
$id
);
my
$i
=
0
;
foreach
my
$col
(
@::log_columns
)
{
...
...
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