Skip to content

Commit e7d4300

Browse files
author
Serhiy Shkolyarenko
committed
MAGETWO-66904: General error: The table 'catalog_category_product_index_tmp' is full
fixed data removing
1 parent 61cc5fc commit e7d4300

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ protected function getSelectUnnecessaryData()
116116
$this->getMainTable(),
117117
[]
118118
)->joinLeft(
119-
['t' => $this->getMainTmpTable()],
119+
['t' => $this->getMainTable()],
120120
$this->getMainTable() .
121121
'.category_id = t.category_id AND ' .
122122
$this->getMainTable() .

0 commit comments

Comments
 (0)