Spec-Zone .ru
спецификации, руководства, описания, API
|
A number of limitations and related issues that existed in earlier versions of MySQL Cluster have been resolved in MySQL Cluster NDB 7.3. These are described briefly in the following list:
Support for foreign keys. Foreign key constraints are now supported for NDB
tables, similar to how these are supported by the InnoDB
storage engine.
Unlike the case with user-partitioned InnoDB
tables,
foreign keys are supported for NDB
tables that are partitioned by
KEY
or LINEAR KEY
.
Section 1.8.6.2, "FOREIGN
KEY
Constraints", provides more information about foreign key support in MySQL. For more
information about the syntax supported by MySQL for foreign keys, see Section
13.1.17.2, "Using FOREIGN KEY
Constraints".