Re: auto_increment with FOREIGN KEY UPDATE CASCADE courses Lost connection to MySQL server

2003-10-28 Thread Heikki Tuuri
--- -------- ---- -----------------------+ 1 row in set (0.00 sec) mysql> - Original Message - From: "vinita vigine MURUGIAH" <[EMAIL P

Re: auto_increment with FOREIGN KEY UPDATE CASCADE courses Lost connection to MySQL server

2003-10-28 Thread Victoria Reznichenko
vinita vigine MURUGIAH <[EMAIL PROTECTED]> wrote: > Hello, > I'm using ver 4.0.12, checked for bugs in ver > 4.0.12(http://bugs.mysql.com/search.php) but couldn't find this one. Thanks for report, but I wasn't able to repeat "Lost connection" error on v4.0.16. Many bugs were fixed since that time

auto_increment with FOREIGN KEY UPDATE CASCADE courses Lost connection to MySQL server

2003-10-27 Thread vinita vigine MURUGIAH
Hello, I'm using ver 4.0.12, checked for bugs in ver 4.0.12(http://bugs.mysql.com/search.php) but couldn't find this one. CREATE TABLE software ( softwareID VARCHAR(20) NOT NULL, softwareName VARCHAR(100), softwareVers VARCHAR(20), installedDate DATE, s