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 35a96d9 commit 2eed005Copy full SHA for 2eed005
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -57,7 +57,7 @@ public function getNextAutoincrement($tableName)
57
{
58
$adapter = $this->_getReadAdapter();
59
try {
60
- $this->setInformationSchemaStatsExpiry();
+ $this->setInformationSchemaStatsExpiry();
61
} catch (Exception $e) {
62
//this will throw an exception for < mysql8
63
}
0 commit comments