Hi,
mysql cluster database engine ndbcluster since 7.3 supports foreign keys, so there should be enabled menu "Relation View" in Structre of tables with this engine.
You should modify function "isForeignKeySupported" in file "libraries/Util.class.php" and add ndbcluster to supported engines for foreign keys since version 7.3
NBD version can be fetched via SQL:
SHOW VARIABLES WHERE Variable_name = "ndb_version_string"
Kind regards,
Dean
Ticket moved from /p/phpmyadmin/bugs/3963/
Implemented in 9e1a59b