From dbbe021b568c48a7e9a5bece1c0d6815cc1e14d3 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 11 Mar 2000 06:26:55 +0000 Subject: 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. --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index ac8f1a395..f385f13d1 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -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) { -- cgit v1.2.3-24-g4f1b