Fixing dry-run logic in updateCollation.php
authorKaldari <rkaldari@wikimedia.org>
Mon, 29 Aug 2016 23:29:24 +0000 (16:29 -0700)
committerKaldari <rkaldari@wikimedia.org>
Mon, 29 Aug 2016 23:29:24 +0000 (16:29 -0700)
commitc1bf1f369eed8ab7532f061172f2a605fc97dd42
tree0bc8857b76a8369e5217adc82229ac45bce87827
parent4b282b3ffafce6c8f12bef4e5a7bbb8b80c51571
Fixing dry-run logic in updateCollation.php

Currently if you run updateCollation.php in dry-run mode, it ignores
the other parameters and doesn't give you a row estimate. Now it
will behave the same as an actual run (just without making any
changes to the database).

Change-Id: I25a9751d8ab7554e7975e5f08122dd1ddaaf40a7
maintenance/updateCollation.php