Re: MySQL 3.23.34a - "Lost connection to MySQL server during query"

2001-03-12 Thread Jordan Russell
> >Well... today I can't seem to reproduce the problem anymore. :/ I was > >getting it very frequently yesterday (on almost every try). I'm not sure > >what has changed since then. I'll let you know if the problem happens again > >and try to narrow down the exact steps to reproduce. > > Is it poss

Re: MySQL 3.23.34a - "Lost connection to MySQL server during query"

2001-03-12 Thread Jordan Russell
Sinisa Milivojevic wrote: > I was not able to obtain the same effect on my 3.23.33. BTW, the problem was for 3.22.*34* not 33. > Please uploat > your table to ftp://secret.mysql.com/pub/mysql/Incoming , so that I > can test it. Well... today I can't seem to reproduce the problem anymore. :/ I w

Re: MySQL 3.23.34a - "Lost connection to MySQL server during query"

2001-03-12 Thread Sinisa Milivojevic
Jordan Russell writes: > Seems like MySQL 3.23.34a has a problem (?). I'm using the RPMs from the > MySQL web site on RH 7.0. > > CREATE TABLE files ( > id int(11) NOT NULL auto_increment, > folderid int(11) NOT NULL default '0', > name varchar(100) NOT NULL default '', > date dat

MySQL 3.23.34a - "Lost connection to MySQL server during query"

2001-03-11 Thread Jordan Russell
Seems like MySQL 3.23.34a has a problem (?). I'm using the RPMs from the MySQL web site on RH 7.0. CREATE TABLE files ( id int(11) NOT NULL auto_increment, folderid int(11) NOT NULL default '0', name varchar(100) NOT NULL default '', date datetime default NULL, PRIMARY KEY (id) ) TYPE=