On Fri, 2003-09-26 at 01:14, Heikki Tuuri wrote:

> > CREATE TABLE phone (id char(5) not null
> > REFERENCES person(id),
> > num char(10) not null, PRIMARY KEY (id, num));
> 
> It simply ignores that REFERENCES definition. It is in the TODO list to add
> support for that syntax, too. Until then you have to use the 'long' syntax:
Is it possible to make it generate an error when the wrong syntax
occure, as ignoring the FK syntax is not very assuring ?

/BL


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to