From 40a2b11f6279554debafdc415754a9d28d9fefaa Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 26 Aug 2006 04:53:12 +0000 Subject: Bug 287170: Need to be able to do fulltext searches on bugs.short_desc even with most tables using InnoDB Patch By Max Kanat-Alexander r=myk, a=myk --- Bugzilla/DB/Schema.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Bugzilla/DB') diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index a26eb311b..adac0c6d8 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -219,8 +219,7 @@ use constant ABSTRACT_SCHEMA => { bugs_target_milestone_idx => ['target_milestone'], bugs_qa_contact_idx => ['qa_contact'], bugs_votes_idx => ['votes'], - bugs_short_desc_idx => {FIELDS => ['short_desc'], - TYPE => 'FULLTEXT'}, + bugs_short_desc_idx => ['short_desc'], ], }, -- cgit v1.2.3-24-g4f1b