From 9249eafc0c96a8eec78ba896027ba2ea208f27d2 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 5 Mar 2013 15:35:25 +0800 Subject: Bug 817486: _sync_fulltext always updates bugs_fulltext.short_desc, even if it wasn't changed --- 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 ee0dcab95..2027af7d3 100644 --- a/Bugzilla/Migrate.pm +++ b/Bugzilla/Migrate.pm @@ -827,7 +827,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