updateCollation.php: Improve --dry-run mode
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 15 Feb 2018 17:52:26 +0000 (18:52 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 15 Feb 2018 19:39:48 +0000 (19:39 +0000)
commit75747c0fcc84136ae86568d3edaf85e0b66ecc29
treed87d4112fa029171574f65c182606d16f8b7f2cc
parentdb8f62e57d624426953c88925f56c098e986faa0
updateCollation.php: Improve --dry-run mode

Now prints the number of rows that would be modified after each batch.
This is meant to be useful for sysadmins who are upgrading the ICU
library on their servers and wondering whether they need to run
`updateCollation.php --force` to avoid ordering problems.

Change-Id: Ie0c37d279d4e5bc1c69408d714246625c81c70fa
maintenance/updateCollation.php