Make sure getScopedLockAndFlush() commits before unlocking
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 30 Jan 2016 16:52:06 +0000 (08:52 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 30 Jan 2016 16:52:06 +0000 (08:52 -0800)
commit4e62537a8b7aa6c74fad4c47afec73eef2417384
treecefbc81a6f2bb8bc89a972fb4ae08c7e766dff2d
parent4db074ef0b63b8006d5f387a51cbb7b187c0d6b6
Make sure getScopedLockAndFlush() commits before unlocking

This is necessary for callers to see changes from prior callers

Change-Id: I5e05215541e641b5b5a4bc55c91d6ec8ef774ca1
includes/db/Database.php
includes/db/IDatabase.php