[FileBackend] Factored out setConcurrencyFlags() function.
authorAaron <aschulz@wikimedia.org>
Tue, 18 Sep 2012 23:04:13 +0000 (16:04 -0700)
committerAaron <aschulz@wikimedia.org>
Tue, 18 Sep 2012 23:04:30 +0000 (16:04 -0700)
commitd97f671fdfc4853f5f5f66e27ed8b558cb8075d8
tree774321e1be5d913ed98e72781369602ae2f18415
parent100473d60e3cab82066da087e90396dfa209c6f9
[FileBackend] Factored out setConcurrencyFlags() function.

* This moves some options code from FileBackend to FileBackendStore,
  where it belongs. This also allows for reuse by other operations.

Change-Id: Ic9a7d36a6e4bc6b815a7d68926105401f65c53fb
includes/filebackend/FileBackend.php
includes/filebackend/FileBackendStore.php