From db29480b097468be60ff0ffbc4344166443ae525 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 3 Jan 2013 01:03:31 +0800 Subject: Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_desc r=LpSolit,a=LpSolit --- Bugzilla/Migrate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Migrate.pm') diff --git a/Bugzilla/Migrate.pm b/Bugzilla/Migrate.pm index a23cbd32a..6671ac375 100644 --- a/Bugzilla/Migrate.pm +++ b/Bugzilla/Migrate.pm @@ -815,7 +815,7 @@ sub _insert_comments { $self->_do_table_insert('longdescs', \%copy); $self->debug(" Inserted comment from " . $who->login, 2); } - $bug->_sync_fulltext(); + $bug->_sync_fulltext( update_comments => 1 ); } sub _insert_history { -- cgit v1.2.3-24-g4f1b