Made the "bypassCache" flag for file locator methods use the master DB
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 5 Mar 2015 01:02:05 +0000 (17:02 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 5 Mar 2015 01:02:05 +0000 (17:02 -0800)
commit7508b86ad37f0533aa38770baff2367a82af651c
tree052de611b57202ef0f673336a59f00b77927e1ab
parentade66c04e9b304129f18ee33496fdf00869f4597
Made the "bypassCache" flag for file locator methods use the master DB

* Added a File::load() stub method
* Cleaned up the File loading flags bitfield a bit

bug: T89184
Change-Id: I1aa4b096c0cad5f5ca34321cc897019005c53a76
includes/GlobalFunctions.php
includes/filerepo/FileRepo.php
includes/filerepo/RepoGroup.php
includes/filerepo/file/File.php
includes/filerepo/file/LocalFile.php
includes/filerepo/file/OldLocalFile.php