Merge "Normalize "LEFT OUTER JOIN" to "LEFT JOIN" in SQL queries"
[lhc/web/wiklou.git] / maintenance / updateCollation.php
index 12b33b4..ab40e48 100644 (file)
@@ -142,7 +142,6 @@ TEXT
                        wfWaitForSlaves();
                }
                $count = 0;
-               $batchCount = 0;
                $batchConds = [];
                do {
                        $this->output( "Selecting next " . self::BATCH_SIZE . " rows..." );