aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/storage
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid division by zeroTim Starling2009-01-031-2/+4
* Gracefully skip clusters that don't have the wiki in questionTim Starling2009-01-031-1/+10
* Updated.Tim Starling2009-01-031-6/+44
* (bug 16841) Fix typo (utf8 -> utf-8)Aaron Schulz2008-12-301-1/+1
* Stats on the blob_orphans table, to make sure we're not losing anything by dr...Tim Starling2008-12-191-0/+44
* Assorted tweaks on further review and local testing:Tim Starling2008-11-031-35/+123
* TypoTim Starling2008-11-011-1/+1
* * Added $wgDebugLogPrefix, to allow users (or in this case, multiprocess comm...Tim Starling2008-11-013-43/+85
* * Added recompressTracked.php, the second part of the recompression project. ...Tim Starling2008-10-294-12/+635
* Reverted r42528. Links with href="#" make firefox scroll to the top of the pa...Tim Starling2008-10-252-7/+13
* Refactored and added orphan blob searchTim Starling2008-10-192-161/+276
* Some initial work on external storage recompression. Committing now in case I...Tim Starling2008-10-192-0/+236
* Revert revert r41578 of r41531 and fix compressOld.php. Tim Starling2008-10-172-5/+71
* Backing r41531 out for now ("Concept for diff-based compression using the new...Brion Vibber2008-10-031-70/+0
* * Concept for diff-based compression using the new xdiff beta. Acheives massi...Tim Starling2008-10-021-0/+70
* Change all uses of TYPE= in MySQL to ENGINE=Daniel Friesen2008-07-101-1/+1
* Fix options with an argumentAlexandre Emsenhuber2008-06-011-1/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-206-12/+26
* (bug 12738) Database query syntax error in maintenance/storage/compressOld.incHuji2008-01-241-1/+1
* don't use unspecific paths in require_once()'s ... they break with default in...Brion Vibber2007-08-132-4/+0
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-295-5/+4
* use MyISAM by default instead of InnoDBDomas Mituzas2007-03-211-3/+3
* * (bug 4268) Fixed data-loss bug in compressOld batch text compressionBrion Vibber2007-02-021-2/+2
* Fix up paths so you can call these scripts from base dirBrion Vibber2007-01-244-5/+6
* The war on redundant ampersand usage!Nick Jenkins2007-01-225-18/+18
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-202-4/+2
* Apply most of the code tweaks from the live site:Brion Vibber2007-01-174-69/+83
* Database update will work better if $dbw is initialized.Nick Jenkins2007-01-121-0/+1
* For the maintenance/ directory files:Nick Jenkins2007-01-123-9/+2
* Committed a bunch of live hacks from Wikimedia serversBrion Vibber2006-10-021-0/+11
* * Converted to Unix newlinesÆvar Arnfjörð Bjarmason2006-07-201-468/+468
* Added experimental support for restorationTim Starling2006-04-241-256/+401
* various improvementsTim Starling2006-04-241-34/+41
* bugTim Starling2006-04-221-4/+5
* Storage integrity checkTim Starling2006-04-221-0/+315
* Don't lock page table rowsTim Starling2006-04-161-4/+12
* put TYPE back in, now as it's back in 5.1 ;-)Domas Mituzas2006-04-081-1/+1
* Live fixes: lots of scary magic runes; php 5 fixes; reporting; etcBrion Vibber2006-04-024-50/+66
* replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1)Domas Mituzas2006-03-121-1/+1
* * Added wfDie() wrapper, and some manual die(-1), to force the return codeBrion Vibber2006-01-141-1/+1
* Simple script to initialise external storageTim Starling2006-01-101-0/+11
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-072-8/+8
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-074-24/+24
* --endid option, minor tweaksTim Starling2005-10-222-10/+21
* ExternalStoreDB supportDomas Mituzas2005-08-211-21/+46
* do not specify default for auto-inc columnDomas Mituzas2005-08-211-1/+1
* do not block-compress current versionsDomas Mituzas2005-08-201-0/+4
* External storage handlingTim Starling2005-08-143-33/+125
* updated for 1.5/1.6Tim Starling2005-08-142-38/+52
* removed phpdoc cruftTim Starling2005-08-141-6/+0