Re: MySQL 4.0.16 64bit crash report

2003-12-12 Thread Don MacAskill
Kopio: <[EMAIL PROTECTED]> Lähetetty: Thursday, December 11, 2003 2:29 AM Aihe: Re: MySQL 4.0.16 64bit crash report Hi Heikki, Heikki Tuuri wrote: Don, it is the assertion below which fails. Do you use FOREIGN KEY ON UPDATE CASCADE? Nope. Do you have any idea which query causes

Re: MySQL 4.0.16 64bit crash report

2003-12-12 Thread Heikki Tuuri
t; <[EMAIL PROTECTED]> Vastaanottaja: "Heikki Tuuri" <[EMAIL PROTECTED]> Kopio: <[EMAIL PROTECTED]> Lähetetty: Thursday, December 11, 2003 2:29 AM Aihe: Re: MySQL 4.0.16 64bit crash report > > Hi Heikki, > > Heikki Tuuri wrote: > > > Don, > >

Re: MySQL 4.0.16 64bit crash report

2003-12-10 Thread Don MacAskill
Hi Heikki, Heikki Tuuri wrote: Don, it is the assertion below which fails. Do you use FOREIGN KEY ON UPDATE CASCADE? Nope. Do you have any idea which query causes the crash? I didn't, but after Googling for similar problems, I found a thread where you had talked about a bug in a column

Re: MySQL 4.0.16 64bit crash report

2003-12-10 Thread Heikki Tuuri
Don, it is the assertion below which fails. Do you use FOREIGN KEY ON UPDATE CASCADE? Do you have any idea which query causes the crash? Please run CHECK TABLE on suspicious tables. Can you test on an x86 computer? Have you changed the default character set of the server in my.cnf? Can