diff options
Diffstat (limited to 'includes/database/prefetch.inc')
-rw-r--r-- | includes/database/prefetch.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/database/prefetch.inc b/includes/database/prefetch.inc index e4db32464..73608b82e 100644 --- a/includes/database/prefetch.inc +++ b/includes/database/prefetch.inc @@ -154,7 +154,6 @@ class DatabaseStatementPrefetch implements Iterator, DatabaseStatementInterface $this->setFetchMode($options['fetch']); } } - $this->dbh->lastStatement = $this; $logger = $this->dbh->getLogger(); if (!empty($logger)) { |