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 0529fce commit 140b0fbCopy full SHA for 140b0fb
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -56,7 +56,6 @@ public function getNextAutoincrement($tableName)
56
{
57
$connection = $this->_getReadAdapter();
58
59
- if (empty($entityStatus['Auto_increment'])) {
60
$sql = sprintf(
61
'SELECT AUTO_INCREMENT FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = %s AND TABLE_SCHEMA = DATABASE()',
62
$this->quote($tableName)
0 commit comments