(bug 42598) Database: fname was not logged for BEGIN/COMMIT.
authorTimo Tijhof <ttijhof@wikimedia.org>
Sat, 1 Dec 2012 10:52:23 +0000 (11:52 +0100)
committerTimo Tijhof <ttijhof@wikimedia.org>
Sun, 2 Dec 2012 01:58:50 +0000 (02:58 +0100)
commit5603e1dd95298587355830bc05d1e71aa115e097
tree29db68c5b7881046baa30b044e42e6f03123c956
parent0dea0a664df5f60fc97ee8d7e645cdf03eea83fa
(bug 42598) Database: fname was not logged for BEGIN/COMMIT.

Relied on presence of whitespace. From git-blame looks like $commentedSql has been this way for a long time. Which is odd
since I've seen many commits since then specifically improving
callers of commit() and begin() to pass the __METHOD__, which
doesn't appear to have been logged anywhere up until now.

Change-Id: I48dc8b3f68a6764327b4b1a8f7c06c59a25a31bb
includes/db/Database.php