Page MenuHomePhabricator

compressOld.php ignoring -s option
Closed, ResolvedPublic

Description

Patch fixing the treatment of the -s option

According to it's documentation, compressOld.php allows to limit the treated ids using the "-s" option.
However, the "-s" option is ignored.php.
The attached patch fixes the problem.

Actual Behavior:

compressOld.php -t gzip -s 6

Compressing database wikisvn

Starting from old_id 0...

Expected Behavior:

compressOld.php -t gzip -s 6

Compressing database wikisvn

Starting from old_id 6...


Version: 1.19
Severity: normal

Attached:

Details

Reference
bz34734

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:16 AM
bzimport set Reference to bz34734.

This is a regression caused by r90549 and hence in 1.19.

Fix applied:
In trunk with r112793
In 1.19wmf1 with r112794
In REL1_19 with r112795

Thanks for the patch!