I'm trying to get going with InnoDB.
As for now I created several tables which relate to each other with some foreign key restrictions.


mysqldump --all --opt writes 6++ MB stuff in a textfile that mysqld won't accept without SET FOREIGN_KEY_CHECKS=0;

After SET FOREIGN_KEY_CHECKS=1; is mysql relying on the presumption, that all those f-k-relations came in well as they are intended, or will there be automatically a global integrity check to validate all tables ?

Can I force it to do such a check ?


regards ...




---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Reply via email to