Lower DatabaseMysqlBase::lock logging to INFO
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 3 Dec 2017 03:54:08 +0000 (19:54 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 3 Dec 2017 03:56:32 +0000 (03:56 +0000)
commit62bb392e9e8b31acabc55e27cf944635956f5dc7
tree67aa13d1783de7d2a59b388eaf7f88572c7e3079
parent808e45d13d400256d36cfcd95e79a567197d9a8b
Lower DatabaseMysqlBase::lock logging to INFO

Whether the lock() acquisition failing is a huge problem depends
on what the caller is doing. Let the caller do any logging it needs.

Bug: T180793
Change-Id: I3d05138d312d8b973df153bb511e69619d663c9d
includes/libs/rdbms/database/DatabaseMysqlBase.php