Loading core/lib/Drupal/Core/Cache/DatabaseBackend.php +1 −1 Original line number Diff line number Diff line Loading @@ -370,7 +370,7 @@ public function garbageCollection() { $first_invalid_create_time = $this->connection->select($this->bin) ->fields($this->bin, ['created']) ->orderBy("{$this->bin}.created", 'DESC') ->range($this->maxRows, $this->maxRows + 1) ->range($this->maxRows, 1) ->execute() ->fetchField(); Loading Loading
core/lib/Drupal/Core/Cache/DatabaseBackend.php +1 −1 Original line number Diff line number Diff line Loading @@ -370,7 +370,7 @@ public function garbageCollection() { $first_invalid_create_time = $this->connection->select($this->bin) ->fields($this->bin, ['created']) ->orderBy("{$this->bin}.created", 'DESC') ->range($this->maxRows, $this->maxRows + 1) ->range($this->maxRows, 1) ->execute() ->fetchField(); Loading