Merge "Removed deprecated $wgMasterWaitTimeout; not used by LoadBalancer"
[lhc/web/wiklou.git] / maintenance / rebuildtextindex.php
index bc85c66..e29d89e 100644 (file)
@@ -70,6 +70,7 @@ class RebuildTextIndex extends Maintenance {
 
                if ( $this->db->getType() == 'mysql' ) {
                        $this->dropMysqlTextIndex();
+                       $this->clearSearchIndex();
                        $this->populateSearchIndex();
                        $this->createMysqlTextIndex();
                } else {