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 3d0980c commit 50b3833Copy full SHA for 50b3833
app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php
@@ -61,8 +61,7 @@ public function getMaxDataSize()
61
*/
62
public function getNextAutoincrement($tableName)
63
{
64
- $connection = $this->getConnection();
65
- $entityStatus = $connection->showTableStatus($tableName);
+ $connection = $this->_getReadAdapter();
66
67
if (empty($entityStatus['Auto_increment'])) {
68
$sql = sprintf(
0 commit comments