Task #80207
closedCleanup retrieval of hash-value and processing in ReferenceIndex
100%
Description
In \TYPO3\CMS\Core\Database\ReferenceIndex the updateRefIndexTable method sets$currentRelations[$relation['hash']] = $currentRelations;
which not really makes sense.
- Fetch the hash value
- Set $currentRelationHashes[$relation['hash']] to true since we only use it to process the records aftwards
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Thomas Hohn over 7 years ago
- Tracker changed from Bug to Task
- Description updated (diff)
Updated by Thomas Hohn over 7 years ago
- Subject changed from Reference Index currentRelations retrievl wrong in updateRefIndexTable to Cleanup retrieval of hash-value and processing in ReferenceIndex
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Benni Mack over 7 years ago
- Target version changed from 8 LTS to next-patchlevel
Updated by Gerrit Code Review over 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
Updated by Anonymous over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cde924eb7c7b4ec00a3acf625b72af3acc84ee4d.