aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ExternalStoreDB.php
Commit message (Expand)AuthorAgeFilesLines
* Fix for r98756: $wgDefaultExternalStore can also be a stringAlexandre Emsenhuber2011-10-041-1/+1
* Merge r97687Sam Reed2011-10-031-3/+13
* Make $wgExternalBlobCache a local static variable.Platonides2010-08-121-24/+11
* * Document a bitAlexandre Emsenhuber2010-01-081-5/+25
* Update callers from immediateCommit() to commit(). The former's been deprecat...Chad Horohoe2009-12-141-1/+1
* Small-scale data loss logged on Wikimedia along these lines: invalid URL writ...Tim Starling2009-04-301-0/+3
* Allow storage of blobs to ES on foreign wikis, by calling ExternalStore::stor...Andrew Garrett2009-03-261-3/+11
* * Revert revert r41234 of ES-related changes. The site_stats complaint should...Tim Starling2008-09-281-3/+0
* Add insertRandom() with failover back. Currently not used just yet.Aaron Schulz2008-09-241-6/+8
* Revert some recent ES-related changes -- they made behavior much worse when w...Brion Vibber2008-09-241-9/+7
* Uncomment out needed code, PN2 not wanting to save :/Aaron Schulz2008-09-241-3/+3
* Revert untested code change from r41086. Don't call methods on non-objects, t...Aaron Schulz2008-09-241-1/+3
* Revert/rewrite of r40696.Tim Starling2008-09-211-9/+6
* Use normal, more patient, connection attempts for master connection hereAaron Schulz2008-09-201-3/+1
* ExternalStore tweaks:Aaron Schulz2008-09-101-10/+15
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-8/+4
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-1/+0
* * Introduced LBFactory -- an abstract class for configuring database load bal...Tim Starling2008-03-301-6/+1
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+0
* * Removed lots of explicit require_once statements. The autoloader should the...Tim Starling2006-10-031-1/+0
* Revert to r14512; domas introduced massive breakage with incomplete experimen...Brion Vibber2006-06-011-0/+2
* Use AutoLoader to load classes:Domas Mituzas2006-06-011-2/+0
* Switching from phpdoc to doxygen (use less than 32MB of memory).Antoine Musso2006-04-191-10/+14
* Fixed bogus fallback to master in external storage.Brion Vibber2006-03-141-1/+5
* removing unused globals and some whitespace cleaningLupin2006-03-071-2/+0
* *g*, bypass lag checks for external store (as it already fallbacks to master)Domas Mituzas2006-01-231-0/+1
* Try the master if a blob is not found in the slaveTim Starling2006-01-191-2/+7
* Option to write text directly to external storage.Tim Starling2006-01-091-1/+5
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-7/+7
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-2/+2
* Ability to set the blobs table name for any server in an external cluster. Th...Tim Starling2005-10-291-2/+10
* * Correct blob caching to reduce redundant blob loads on backupsBrion Vibber2005-09-161-11/+54
* removed relicTim Starling2005-08-141-6/+1
* support for two-part external storage URLs referring to parts of history blobsTim Starling2005-08-141-7/+55
* fix some issues with phpdocAntoine Musso2005-07-051-3/+6
* Make HistoryStub ExternalStore-aware. Renamed external table, so that it can ...Jens Frank2005-05-231-1/+1
* uppercase URLJens Frank2005-05-211-2/+2
* Class for storing objects in an external DB clusterJens Frank2005-05-211-0/+37