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 8d714ff commit 35bdf93Copy full SHA for 35bdf93
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -72,7 +72,8 @@ public function setInformationSchemaStatsExpiry(): void
72
if (!self::$instantInformationSchemaStatsExpiry) {
73
try {
74
$this->_getReadAdapter()->query('SET information_schema_stats_expiry = 0;');
75
- } catch (Exception $e) {}
+ } catch (Exception $e) {
76
+ }
77
self::$instantInformationSchemaStatsExpiry = true;
78
}
79
0 commit comments