manual.texi:

Cleanup


Docs/manual.texi:
  Cleanup
This commit is contained in:
unknown 2002-03-26 20:39:39 +02:00
commit c0b9afcbd3

View file

@ -38065,7 +38065,7 @@ foreign key constraint to a table through
ALTER TABLE yourtablename ADD CONSTRAINT FOREIGN KEY (...) REFERENCES anothertablename(...)
@end example
Remember to create the required indexes first, though.
Starting from version 3.23.50, InnoDB does not check foreign key
constraints on those foreign key or referenced key values
which contain a NULL column.