We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dbb7fc + f954cc6 commit b7f562bCopy full SHA for b7f562b
app/code/Magento/Catalog/Model/Indexer/Product/Price/AbstractAction.php
@@ -179,7 +179,8 @@ protected function _syncData(array $processIds = [])
179
// for backward compatibility split data from old idx table on dimension tables
180
foreach ($this->dimensionCollectionFactory->create() as $dimensions) {
181
$insertSelect = $this->getConnection()->select()->from(
182
- ['ip_tmp' => $this->_defaultIndexerResource->getIdxTable()]
+ ['ip_tmp' => $this->_defaultIndexerResource->getIdxTable()],
183
+ array_keys($this->getConnection()->describeTable($this->tableMaintainer->getMainTableByDimensions($dimensions)))
184
);
185
186
foreach ($dimensions as $dimension) {
0 commit comments