Re: Innodb Foreign Key Problems.

2003-02-07 Thread Heikki Tuuri
sql query Subject: Innodb Foreign Key Problems. From: Scott Wong Date: Wed, 5 Feb 2003 10:03:17 -0800 Hi. Simple parent/child table generates some weird output based on the order possible bug? Mysql 3.23.54 CREATE TABLE parent(id INT NOT NULL, PRIMARY KEY (id)) TYPE

Innodb Foreign Key Problems.

2003-02-06 Thread Scott Wong
Hi. Simple parent/child table generates some weird output based on the order possible bug? Mysql 3.23.54 CREATE TABLE parent(id INT NOT NULL, PRIMARY KEY (id)) TYPE=INNODB; CREATE TABLE child(id INT, parent_id INT, INDEX par_ind (parent_id), FOREIGN KEY (parent_id) REFERENCES

Re: InnoDB foreign key problems - is Heikki out there?

2002-12-18 Thread Heikki Tuuri
: a foreign key constraint fails mysql mysql update pickup_points set PP_RecordId = 10; ERROR 1217: Cannot delete a parent row: a foreign key constraint fails mysql ... From: My Deja ([EMAIL PROTECTED]) Subject: InnoDB foreign key problems - is Heikki out