Make DatabaseMysqlBase use connLogger for connection errors
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 4 Oct 2016 20:51:03 +0000 (13:51 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 4 Oct 2016 21:20:39 +0000 (21:20 +0000)
commit5c3d22a029278794ff92997554eee021245df93b
tree839f2f7a355f32b1837aba4b33a80c1a8c61d07f
parentd8f594f9e68d453113836ba6a9475dd0c51f371b
Make DatabaseMysqlBase use connLogger for connection errors

Previously, they went to queryLogger, which is not the proper log.

Change-Id: Ifeea2261afc9572bf613a96306537f564b3e95d7
includes/libs/rdbms/database/DatabaseMysqlBase.php