Project

General

Profile

Actions

Task #80207

closed

Cleanup retrieval of hash-value and processing in ReferenceIndex

Added by Andreas Allacher about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2017-03-09
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

In \TYPO3\CMS\Core\Database\ReferenceIndex the updateRefIndexTable method sets
$currentRelations[$relation['hash']] = $currentRelations; which not really makes sense.

https://git.typo3.org/Packages/TYPO3.CMS.git/blob/HEAD:/typo3/sysext/core/Classes/Database/ReferenceIndex.php#l224

Since the relation is not used - it would be sufficient to:
  1. Fetch the hash value
  2. Set $currentRelationHashes[$relation['hash']] to true since we only use it to process the records aftwards
Actions #1

Updated by Gerrit Code Review about 7 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51989

Actions #2

Updated by Gerrit Code Review about 7 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51989

Actions #3

Updated by Thomas Hohn about 7 years ago

  • Tracker changed from Bug to Task
  • Description updated (diff)
Actions #4

Updated by Thomas Hohn about 7 years ago

  • Subject changed from Reference Index currentRelations retrievl wrong in updateRefIndexTable to Cleanup retrieval of hash-value and processing in ReferenceIndex
Actions #5

Updated by Thomas Hohn about 7 years ago

  • Description updated (diff)
Actions #6

Updated by Gerrit Code Review about 7 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51989

Actions #7

Updated by Gerrit Code Review about 7 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51989

Actions #8

Updated by Gerrit Code Review about 7 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51989

Actions #9

Updated by Gerrit Code Review almost 7 years ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51989

Actions #10

Updated by Benni Mack almost 7 years ago

  • Target version changed from 8 LTS to next-patchlevel
Actions #11

Updated by Gerrit Code Review almost 7 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52722

Actions #12

Updated by Anonymous almost 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #13

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF