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