Skip to content

Commit 6196046

Browse files
committed
MAGETWO-89277: [Forwardport] Product Price indexer stuck during reindexing
1 parent 198a42a commit 6196046

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Indexer/Price

1 file changed

+0
-1
lines changed

app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Indexer/Price/Configurable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ protected function _applyConfigurableOption($entityIds = null)
137137
$subSelect->where('le.entity_id IN (?)', $entityIds);
138138
}
139139

140-
141140
$select = $connection->select();
142141
$select
143142
->from(['sub' => new \Zend_Db_Expr('(' . (string)$subSelect . ')')], '')

0 commit comments

Comments
 (0)