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 50b3833 commit 752ce23Copy full SHA for 752ce23
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -63,7 +63,6 @@ public function getNextAutoincrement($tableName)
63
{
64
$connection = $this->_getReadAdapter();
65
66
- if (empty($entityStatus['Auto_increment'])) {
67
$sql = sprintf(
68
'SELECT AUTO_INCREMENT FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = %s AND TABLE_SCHEMA = DATABASE()',
69
$this->quote($tableName)
0 commit comments