forked from Hevelop/magento2-patches
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Patch-module-ee-mageworx-optionadvancedpricing-optimize-write-endpoint.patch
32 lines (28 loc) · 1.53 KB
/
Patch-module-ee-mageworx-optionadvancedpricing-optimize-write-endpoint.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Index: Model/CollectionUpdater/Option/Value/SpecialPrice.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- Model/CollectionUpdater/Option/Value/SpecialPrice.php (date 1557837175000)
+++ Model/CollectionUpdater/Option/Value/SpecialPrice.php (date 1557837209000)
@@ -70,7 +70,7 @@
$entityType = $conditions['entity_type'];
$tableName = $this->getTableName($entityType);
- $this->resource->getConnection()->query('SET SESSION group_concat_max_len = 100000;');
+ // $this->resource->getConnection()->query('SET SESSION group_concat_max_len = 100000;');
$selectExpr = "SELECT mageworx_option_type_id,"
. " CONCAT('[',"
Index: Model/CollectionUpdater/Option/Value/TierPrice.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- Model/CollectionUpdater/Option/Value/TierPrice.php (date 1557837175000)
+++ Model/CollectionUpdater/Option/Value/TierPrice.php (date 1557837209000)
@@ -68,7 +68,7 @@
$entityType = $conditions['entity_type'];
$tableName = $this->getTableName($entityType);
- $this->resource->getConnection()->query('SET SESSION group_concat_max_len = 100000;');
+ // $this->resource->getConnection()->query('SET SESSION group_concat_max_len = 100000;');
$selectExpr = "SELECT mageworx_option_type_id,"
. " CONCAT('[',"