diff --git a/lib/private/DB/Connection.php b/lib/private/DB/Connection.php index 2bd1d4c824ac8..1a1e701c7a8b3 100644 --- a/lib/private/DB/Connection.php +++ b/lib/private/DB/Connection.php @@ -115,6 +115,8 @@ public function __construct( $this->dbDataCollector->setDebugStack($debugStack); $this->_config->setSQLLogger($debugStack); } + + $this->setNestTransactionsWithSavepoints(true); } /**