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 46a1a4b commit 0529fceCopy full SHA for 0529fce
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -54,8 +54,7 @@ public function getMaxDataSize()
54
*/
55
public function getNextAutoincrement($tableName)
56
{
57
- $connection = $this->getConnection();
58
- $entityStatus = $connection->showTableStatus($tableName);
+ $connection = $this->_getReadAdapter();
59
60
if (empty($entityStatus['Auto_increment'])) {
61
$sql = sprintf(
0 commit comments