sqlite doesn't actually support read locks. added a workaround until i can do the...
authorIan Baker <raindrift@users.mediawiki.org>
Wed, 11 Jan 2012 01:27:55 +0000 (01:27 +0000)
committerIan Baker <raindrift@users.mediawiki.org>
Wed, 11 Jan 2012 01:27:55 +0000 (01:27 +0000)
commit4cb57e21d0b4d6684f47889205fed2f91e1307e9
treeba5de2b5de0b11afffa32be8fee2d91dfea31815
parent27ed15ba5c93d4b58be76add54dc428e44568916
sqlite doesn't actually support read locks.  added a workaround until i can do the correct implementation.
followup to r108559
includes/ConcurrencyCheck.php