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.
1 parent 4de44b8 commit 83a85f3Copy full SHA for 83a85f3
app/code/Magento/CatalogInventory/Model/Indexer/Stock/Action/Full.php
@@ -199,8 +199,8 @@ public function execute($ids = null): void
199
$connection->query($query);
200
}
201
202
+ $this->activeTableSwitcher->switchTable($indexer->getConnection(), [$indexer->getMainTable()]);
203
- $this->activeTableSwitcher->switchTable($indexer->getConnection(), [$indexer->getMainTable()]);
204
} catch (\Exception $e) {
205
throw new LocalizedException(__($e->getMessage()), $e);
206
0 commit comments