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 9ea11e7 commit 5613726Copy full SHA for 5613726
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -69,7 +69,7 @@ public function setInformationSchemaStatsExpiry()
69
{
70
if (!self::$instantInformationSchemaStatsExpiry) {
71
// Set information_schema_stats_expiry to 0
72
- $this->getReadAdapter()->query('SET information_schema_stats_expiry = 0;');
+ $this->_getReadAdapter()->query('SET information_schema_stats_expiry = 0;');
73
self::$instantInformationSchemaStatsExpiry = true;
74
}
75
0 commit comments