Re: BDB tables crashing mysql 3.23.33

2001-03-02 Thread Michael Widenius
Hi! > "Sasha" == Sasha Pachev <[EMAIL PROTECTED]> writes: Sasha> I do have a patch for it now. From what I understood in the code, this is Sasha> actually a more correct way to do things, but I would like to get Monty's Sasha> approval to be sure. After the patch, MySQL still passes our

Re: BDB tables crashing mysql 3.23.33

2001-03-02 Thread msteele
Hi Sasha, The patch you sent me seems to have created other problems, or simply has allowed to find new ones :) I'm working on isolating exactly which query makes the bdb tables crash. Full bug report on the way. So far, it looks like left joins on bdb tables does something weird. I was using

Re: BDB tables crashing mysql 3.23.33

2001-03-01 Thread Sasha Pachev
On Thursday 01 March 2001 13:32, Quentin Bennett wrote: > > >After the patch, MySQL still passes our test suite, which is a good sign. > > > >But how come it passed the test suite with the bug in place ?? ;-) It does not any more, with the bug not fixed, that is. We update the test suite every

RE: BDB tables crashing mysql 3.23.33

2001-03-01 Thread Quentin Bennett
After the patch, MySQL still passes our test suite, which is a good sign. But how come it passed the test suite with the bug in place ?? ;-) Quentin The information contained in this email is privileged and confidential and intended for the addressee only. If you are not the intended reci

Re: BDB tables crashing mysql 3.23.33

2001-03-01 Thread Sasha Pachev
On Wednesday 28 February 2001 22:04, [EMAIL PROTECTED] wrote: >Hi folks, I'm having a hard time using bdb tables. Here are the >details... > >I've create a few BDB tables, which are causing me great amounts >of grief. The tables worked fine for a while, then suddenly >started crashing mysqld. I de

Re: BDB tables crashing mysql 3.23.33

2001-03-01 Thread Sasha Pachev
On Wednesday 28 February 2001 22:04, [EMAIL PROTECTED] wrote: >Hi folks, I'm having a hard time using bdb tables. Here are the >details... > >I've create a few BDB tables, which are causing me great amounts >of grief. The tables worked fine for a while, then suddenly >started crashing mysqld. I de

Re: BDB tables crashing mysql 3.23.33

2001-03-01 Thread Thimble Smith
On Thu, Mar 01, 2001 at 12:04:27AM -0500, [EMAIL PROTECTED] wrote: > > I've replicated this problem on 3 different machines, and > on 3.23.33 and 3.23.32. I had been using BDB tables for a > couple weeks now in testing, without a hitch until the above > query starting being used. I also tried to

Re: BDB tables crashing mysql 3.23.33

2001-03-01 Thread Sasha Pachev
On Wednesday 28 February 2001 22:04, [EMAIL PROTECTED] wrote: >Hi folks, I'm having a hard time using bdb tables. Here are the >details... > >I've create a few BDB tables, which are causing me great amounts >of grief. The tables worked fine for a while, then suddenly >started crashing mysqld. I de

Re: BDB tables crashing mysql 3.23.33

2001-03-01 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > Hi folks, I'm having a hard time using bdb tables. Here are the > details... > > I've create a few BDB tables, which are causing me great amounts > of grief. The tables worked fine for a while, then suddenly > started crashing mysqld. I decided to drop the offend

BDB tables crashing mysql 3.23.33

2001-02-28 Thread msteele
Hi folks, I'm having a hard time using bdb tables. Here are the details... I've create a few BDB tables, which are causing me great amounts of grief. The tables worked fine for a while, then suddenly started crashing mysqld. I decided to drop the offending database, and re-create it. No problem s