Skip to content

Commit e8d08af

Browse files
committed
MAGETWO-92819: Optimize moveDataFromReplicaTableToReplicaTables
1 parent 7d6d667 commit e8d08af

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Product/Price/Action

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Full.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ private function moveDataFromReplicaTableToReplicaTables(array $dimensions)
416416
return ;
417417
}
418418
$select = $this->dimensionTableMaintainer->getConnection()->select()->from(
419-
$mainReplicaTable = $this->dimensionTableMaintainer->getMainReplicaTable([])
419+
$this->dimensionTableMaintainer->getMainReplicaTable([])
420420
);
421421

422422
$check = clone $select;

0 commit comments

Comments
 (0)