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 5c2f2d8 commit 35a96d9Copy full SHA for 35a96d9
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -71,7 +71,7 @@ public function getNextAutoincrement($tableName)
71
/**
72
* Set information_schema_stats_expiry to 0 if not already set.
73
*/
74
- public function setInformationSchemaStatsExpiry()
+ public function setInformationSchemaStatsExpiry(): void
75
{
76
if (!self::$instantInformationSchemaStatsExpiry) {
77
$this->_getReadAdapter()->query('SET information_schema_stats_expiry = 0;');
0 commit comments