wiki.techinc.nl/includes/objectcache
Aaron Schulz 99c80a8fc7 rdbms: Support secondary autocommit connections in LoadBalancer
This is useful for things like SqlBagOStuff and JobQueueDB
being able to write in auto-commit mode while the main
transaction round still goes on.

SqlBagOStuff already had this sort of logic.

JobQueueDB now also takes this approach so it does not have to
defer insertion except for sqlite. This makes callers more likely
to know when insertion failed or not.

Make sure LoadBalancer sets "master"/"replica" LB info itself;
this fixes a bug found in the new tests.

Bug: T140338
Bug: T42451
Change-Id: I4199a9598d7afbf976a6efa8ed84b85b56da02bd
2017-08-18 01:28:34 +00:00
..
ObjectCache.php objectcache: Never use CACHE_NONE for CACHE_ANYTHING 2017-03-30 01:38:15 +00:00
SqlBagOStuff.php rdbms: Support secondary autocommit connections in LoadBalancer 2017-08-18 01:28:34 +00:00