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. --- checksetup.pl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 16f2a9c19..7b5658ad6 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -751,6 +751,15 @@ $table{keyworddefs} = unique(name)'; +$table{shadowlog} = + 'id int not null auto_increment primary key, + ts timestamp, + reflected tinyint not null, + command mediumtext not null, + + index(reflected)'; + + ########################################################################### # Create tables -- cgit v1.2.3-24-g4f1b