From ccb7eb4de2f2db328c1ab716e58074655b993b19 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Sat, 16 Jan 1999 06:05:41 +0000 Subject: Allow querying by OS. --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 59cd6c3a8..66c8437c1 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,15 @@ query the CVS tree. For example, will tell you what has been changed in the last week. + + +1/15/99 The op_sys field can now be queried by (and more easily tweaked). +To make this perform reasonably, it needs an index. The following MySQL +command will create the necessary index: + + alter table bugs add index (op_sys); + + 12/2/98 The op_sys and rep_platform fields have been tweaked. op_sys is now an enum, rather than having the legal values all hard-coded in perl. rep_platform now no longer allows a value of "X-Windows". -- cgit v1.2.3-24-g4f1b