diff --git a/lib/private/DB/Connection.php b/lib/private/DB/Connection.php index 85c6a72dfdbd5..a285e03967694 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); } /**