From 4ff34e9d3b747097a4bc88efd8171cae832a94e9 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Fri, 18 Feb 2000 05:40:54 +0000 Subject: Added an optional ability to keep a read-only shadow database, so that bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system. --- process_bug.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index e432837e2..047016b04 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -613,8 +613,8 @@ delete $::FORM{'resolution'}; # Make sure we don't test the resolution # foreach my $id (@idlist) { my %dependencychanged; - my $write = "LOW_PRIORITY WRITE"; # Might want to make a param to control - # whether we do LOW_PRIORITY ... + my $write = "WRITE"; # Might want to make a param to control + # whether we do LOW_PRIORITY ... SendSQL("LOCK TABLES bugs $write, bugs_activity $write, cc $write, " . "profiles $write, dependencies $write, votes $write, " . "keywords $write, longdescs $write, fielddefs $write, " . -- cgit v1.2.3-24-g4f1b