mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
manual.texi:
InnoDB does allow a foreign key constraint name to be specified, though it is not used in any way Docs/manual.texi: InnoDB does allow a foreign key constraint name to be specified, though it is not used in any way
This commit is contained in:
parent
345c5044c3
commit
086e93d54a
1 changed files with 1 additions and 1 deletions
|
@ -36607,7 +36607,7 @@ deleted due to duplication of unique key values.
|
|||
The @code{FOREIGN KEY}, @code{CHECK}, and @code{REFERENCES} clauses don't
|
||||
actually do anything, except for InnoDB type tables which support
|
||||
@code{ADD CONSTRAINT FOREIGN KEY (...) REFERENCES ... (...)}.
|
||||
Note that InnoDB does not allow a constraint @code{symbol} or @code{index_name}
|
||||
Note that InnoDB does not allow an @code{index_name}
|
||||
to be specified. @xref{InnoDB}.
|
||||
The syntax for other table types is provided only for compatibility,
|
||||
to make it easier to port code from other SQL servers and to run applications
|
||||
|
|
Loading…
Reference in a new issue