Skip to content

Commit b009e3d

Browse files
author
Ji Lu
committed
MAGETWO-22669: Let MySQL determine database table type instead of MyISAM
1 parent 0772e62 commit b009e3d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/Integration/Setup/InstallSchema.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,6 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
268268
\Magento\Framework\DB\Ddl\Table::ACTION_CASCADE
269269
)->setComment(
270270
'OAuth Nonce'
271-
)->setOption(
272-
'type',
273-
'MyISAM'
274271
);
275272
$installer->getConnection()->createTable($table);
276273

0 commit comments

Comments
 (0)