Make unclosed transaction errors more useful
authorGergő Tisza <tgr.huwiki@gmail.com>
Tue, 9 Oct 2018 02:04:59 +0000 (19:04 -0700)
committerGergő Tisza <gtisza@wikimedia.org>
Tue, 9 Oct 2018 17:50:17 +0000 (17:50 +0000)
commitcebdd50a49a2169482fbdd63f080814a4c033dc7
treecd9f0d89fbfdd57b47aa5afd2263d0f956517757
parent5cc5250c26bb8cb5637e35d57b4b40d6f86f4cc1
Make unclosed transaction errors more useful

Move unclosed transaction error reporting to Database so it can
include information about the caller that started the transaction.

Change-Id: I834d957f172c03005de522f3029bb634b3c7220e
includes/libs/rdbms/database/DBConnRef.php
includes/libs/rdbms/database/Database.php
includes/libs/rdbms/database/IDatabase.php
includes/libs/rdbms/loadbalancer/LoadBalancer.php