* Added recompressTracked.php, the second part of the recompression project. Uses...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 29 Oct 2008 15:15:29 +0000 (15:15 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 29 Oct 2008 15:15:29 +0000 (15:15 +0000)
commit0922f54539f9156cfe3b7f972070bbd430fe8e4b
treeb0fd3faf7a3de430fec1604438e3dd700142a729
parentedaa9773cca9e4f42c294f366bbfb920e5d138b9
* Added recompressTracked.php, the second part of the recompression project. Uses the sorted list of blobs compiled by trackBlobs.php to recompress the entire contents of a set of external storage clusters to a new set of clusters, and updates the text table accordingly.
* Tweaked blob_tracking indexes now that I know what I'm doing with them
* Standardised isHappy() on no arguments. Use an uncompressed size limit instead of the weird things I did originally.
includes/HistoryBlob.php
maintenance/storage/blob_tracking.sql
maintenance/storage/compressOld.inc
maintenance/storage/compressOld.php
maintenance/storage/recompressTracked.php [new file with mode: 0644]