File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
Indexer/Category/Product/Action
Plugin/Model/Indexer/Category/Product Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
class Full extends \Magento \Catalog \Model \Indexer \Category \Product \AbstractAction
9
9
{
10
+ /**
11
+ * Whether to use main or temporary index table
12
+ *
13
+ * @var bool
14
+ */
15
+ protected $ useTempTable = false ;
16
+
10
17
/**
11
18
* Refresh entities index
12
19
*
Original file line number Diff line number Diff line change 7
7
8
8
use Magento \Framework \App \ResourceConnection ;
9
9
10
+ /**
11
+ * @deprecated
12
+ */
10
13
class MaxHeapTableSizeProcessor
11
14
{
12
15
/**
Original file line number Diff line number Diff line change 10
10
use Magento \Catalog \Model \ResourceModel \MaxHeapTableSizeProcessor ;
11
11
use Psr \Log \LoggerInterface ;
12
12
13
+ /**
14
+ * @deprecated
15
+ */
13
16
class MaxHeapTableSizeProcessorOnFullReindex
14
17
{
15
18
/**
Original file line number Diff line number Diff line change 62
62
</type >
63
63
<type name =" Magento\Catalog\Model\Indexer\Category\Product\Action\Full" >
64
64
<plugin name =" invalidate_pagecache_after_full_reindex" type =" Magento\Catalog\Plugin\Model\Indexer\Category\Product\Execute" />
65
- <plugin name =" max_heap_tablse_size_processor_on_full_reindex" type =" Magento\Catalog\Plugin\Model\Indexer\Category\Product\MaxHeapTableSizeProcessorOnFullReindex" />
66
65
</type >
67
66
<type name =" Magento\Catalog\Model\ResourceModel\Attribute" >
68
67
<plugin name =" invalidate_pagecache_after_attribute_save" type =" Magento\Catalog\Plugin\Model\ResourceModel\Attribute\Save" />
You can’t perform that action at this time.
0 commit comments