Skip to content

Commit 140b0fb

Browse files
jonashremfballiano
authored andcommitted
remoed wrong code from getNextAutoincrement
1 parent 0529fce commit 140b0fb

File tree

1 file changed

+0
-1
lines changed
  • app/code/core/Mage/ImportExport/Model/Resource/Helper

1 file changed

+0
-1
lines changed

app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public function getNextAutoincrement($tableName)
5656
{
5757
$connection = $this->_getReadAdapter();
5858

59-
if (empty($entityStatus['Auto_increment'])) {
6059
$sql = sprintf(
6160
'SELECT AUTO_INCREMENT FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = %s AND TABLE_SCHEMA = DATABASE()',
6261
$this->quote($tableName)

0 commit comments

Comments
 (0)