MySQL Forums
Forum List  »  MyISAM

Re: does myisam force referrential integrity post version 5.0
Posted by: Sarah Sproehnle
Date: March 01, 2006 11:58AM

Seth Grimes wrote:
> Rajdeep Khurana wrote:
> > Hi,
> >
> > I beleive Foreign key concept has been around
> in
> > MyISAM since version 4.1 , but it didn't
> force
> > referential integrity.
> >
> > Does MyISAM enforce referential integrity
> from
> > version 5.0 .
> >
> > Thanks
>
> It's InnoDB that has supported foreign keys for a
> long time. MyISAM doesn't have them yet.
>
> Seth

For compatibility reasons (especially when using replication from InnoDB tables to MyISAM tables), MyISAM supports the *syntax* of foreign keys, however does not enforce referential integrity. As Jay mentioned, it's in the works!

Sarah Sproehnle
MySQL AB
www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: does myisam force referrential integrity post version 5.0
4270
March 01, 2006 11:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.