Clear the DBO_TRX flag for sanity in ExternalStore
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 12 Sep 2014 18:43:34 +0000 (11:43 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 12 Sep 2014 18:43:34 +0000 (11:43 -0700)
commit086e17a37c6f35145bad0b27a6060d89fcfe7b12
treefdfcca778ad3101aba41eb542db4951b9b3de288
parent38fd23e0042e53ac55787699e7e45ab0ecf6fd1e
Clear the DBO_TRX flag for sanity in ExternalStore

* This avoids an explicit commit of an implicit transaction when the site
  config for the ES cluster does not clear that flag by mistake.

Change-Id: I57d8b04cbf3249849db1643fc82673e9de8ea15b
includes/externalstore/ExternalStoreDB.php