Skip to content

Commit

Permalink
Update Mysql.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 authored Mar 12, 2019
1 parent ab30035 commit a7a14d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,6 @@ public function createTable(Table $table)
*/
public function createTemporaryTable(\Magento\Framework\DB\Ddl\Table $table)
{
$columns = $table->getColumns();
$sqlFragment = array_merge(
$this->_getColumnsDefinition($table),
$this->_getIndexesDefinition($table),
Expand Down

0 comments on commit a7a14d0

Please sign in to comment.