PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0
Theforeign_keys table provides information about foreign keys onNDB tables. This table has the following columns:
object_idThe foreign key's object ID
nameName of the foreign key
parent_tableThe name of the foreign key's parent table
parent_columnsA comma-delimited list of parent columns
child_tableThe name of the child table
child_columnsA comma-separated list of child columns
parent_indexName of the parent index
child_indexName of the child index
on_update_actionThe
ON UPDATEaction specified for the foreign key; one ofNo Action,Restrict,Cascade,Set Null, orSet Defaulton_delete_actionThe
ON DELETEaction specified for the foreign key; one ofNo Action,Restrict,Cascade,Set Null, orSet Default
Theforeign_keys table was added in NDB 8.0.29.
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
Security in MySQL
Starting and Stopping MySQL
MySQL and Linux/Unix
MySQL and Windows
MySQL and macOS
MySQL and Solaris
Building MySQL from Source
MySQL Restrictions and Limitations
MySQL Partitioning
MySQL Tutorial
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL NDB Cluster 8.0