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: