Commit c0b9afcb authored by unknown's avatar unknown

manual.texi:

  Cleanup


Docs/manual.texi:
  Cleanup
parent d92ce47a
...@@ -38065,7 +38065,7 @@ foreign key constraint to a table through ...@@ -38065,7 +38065,7 @@ foreign key constraint to a table through
ALTER TABLE yourtablename ADD CONSTRAINT FOREIGN KEY (...) REFERENCES anothertablename(...) ALTER TABLE yourtablename ADD CONSTRAINT FOREIGN KEY (...) REFERENCES anothertablename(...)
@end example @end example
Remember to create the required indexes first, though. Remember to create the required indexes first, though.
Starting from version 3.23.50, InnoDB does not check foreign key Starting from version 3.23.50, InnoDB does not check foreign key
constraints on those foreign key or referenced key values constraints on those foreign key or referenced key values
which contain a NULL column. which contain a NULL column.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment