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.
2 parents 9d231d1 + a7a14d0 commit a5333cdCopy full SHA for a5333cd
lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
@@ -2154,7 +2154,6 @@ public function createTable(Table $table)
2154
*/
2155
public function createTemporaryTable(\Magento\Framework\DB\Ddl\Table $table)
2156
{
2157
- $columns = $table->getColumns();
2158
$sqlFragment = array_merge(
2159
$this->_getColumnsDefinition($table),
2160
$this->_getIndexesDefinition($table),
0 commit comments