Re: innodb inserts/select crash

2001-11-13 Thread Heikki Tuuri
can I fix it. It seems silly that I have to read >data out just to write it back in again instead of using the create...select >command. > >Rich > >Date: Tue, 13 Nov 2001 12:14:55 >To: [EMAIL PROTECTED] >From: Heikki Tuuri <[EMAIL PROTECTED]> >Subject: Re: innodb in

Re: innodb inserts/select crash

2001-11-13 Thread Richard Clarke
, November 13, 2001 10:13 AM Subject: Re: innodb inserts/select crash > Hi! > > You are getting a lock wait timeout error, not a crash. In the newest > version 3.23.44 code 101 has been replaced by a native MySQL error > number 1205 and a descriptive message. > > >Hi the

Re: innodb inserts/select crash

2001-11-13 Thread Heikki Tuuri
Hi! You are getting a lock wait timeout error, not a crash. In the newest version 3.23.44 code 101 has been replaced by a native MySQL error number 1205 and a descriptive message. >Hi there. > >Can anyone offer a solution to this problem. >CREATE TABLE `raw` ( > `cid` int(11) default NULL,

innodb inserts/select crash

2001-11-12 Thread Richard Clarke
Hi there. Can anyone offer a solution to this problem. CREATE TABLE `raw` ( `cid` int(11) default NULL, `agent` char(255) default NULL, `referer` char(255) default NULL, `addr` char(15) default NULL, `via` char(255) default NULL, `forward` char(15) default NULL, `ctime` datetime def