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 d826489 commit 8d714ffCopy full SHA for 8d714ff
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -56,11 +56,7 @@ public function getMaxDataSize()
56
public function getNextAutoincrement($tableName)
57
{
58
$adapter = $this->_getReadAdapter();
59
- try {
60
- $this->setInformationSchemaStatsExpiry();
61
- } catch (Exception $e) {
62
- //this will throw an exception for < mysql8
63
- }
+ $this->setInformationSchemaStatsExpiry();
64
$entityStatus = $adapter->showTableStatus($tableName);
65
if (empty($entityStatus['Auto_increment'])) {
66
Mage::throwException(Mage::helper('importexport')->__('Cannot get autoincrement value'));
0 commit comments