diff --git a/tbl_operations.php b/tbl_operations.php index 5ce82ee175..55d9a22df5 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -481,12 +481,8 @@ if (Partition::havePartitioning()) { unset($partition_names); // Referential integrity check -// The Referential integrity check was intended for the non-InnoDB -// tables for which the relations are defined in pmadb -// so I assume that if the current table is InnoDB, I don't display -// this choice (InnoDB maintains integrity by itself) -if ($cfgRelation['relwork'] && ! $pma_table->isEngine("INNODB")) { +if ($cfgRelation['relwork']) { $GLOBALS['dbi']->selectDb($GLOBALS['db']); $foreign = $relation->getForeigners($GLOBALS['db'], $GLOBALS['table'], '', 'internal');