From 6be5e0a92ccf048f7e6c5c337f4696bc9c676d7c Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 5 Dec 2018 09:20:42 -0500 Subject: [PATCH] objectcache: Add urls for mysql bug refs in documentation Change-Id: Ie5fe5dacae364b2b0c07f2ab0aa9b6777277c10f --- includes/objectcache/SqlBagOStuff.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/objectcache/SqlBagOStuff.php b/includes/objectcache/SqlBagOStuff.php index a581ac8f8c..e2d81077a5 100644 --- a/includes/objectcache/SqlBagOStuff.php +++ b/includes/objectcache/SqlBagOStuff.php @@ -92,7 +92,9 @@ class SqlBagOStuff extends BagOStuff { * shards-1. The number of digits will be the minimum number * required to hold the largest shard index. Data will be * distributed across all tables by key hash. This is for - * MySQL bugs 61735 and 61736. + * MySQL bugs 61735 + * and 61736 . + * * - slaveOnly: Whether to only use replica DBs and avoid triggering * garbage collection logic of expired items. This only * makes sense if the primary DB is used and only if get() -- 2.20.1