Commit dbbe021b authored by terry%mozilla.org's avatar terry%mozilla.org

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
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment