Re: 3.23.41 fills disk until it aborts

2002-01-22 Thread Gerald Clark
You dif not join the tables "ON" anything, so you result set is every record from table a matched with every record from table b. It's going to be big. [EMAIL PROTECTED] wrote: >>Description: >> > I think I just found a bug in mysql 3.23.41 (as shipped with > RedHat Linux 7.2 x86). I

3.23.41 fills disk until it aborts

2002-01-21 Thread tevessen
>Description: I think I just found a bug in mysql 3.23.41 (as shipped with RedHat Linux 7.2 x86). I have a database "tcg" which contains two tables: "edition" (3 columns, 1 primary key) and "card" (several columns, about 6500 lines, 1 primary key). I just st