From: Kyle Hayes Date: May 9 2000 11:42pm Subject: Re: Bug with delete still exists !!! List-Archive: http://lists.mysql.com/mysql/36796 Message-Id: <00050916444103.07626@madrid.quicknet.net> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 09 May 2000, sasha@stripped wrote: > Ok, I've verified the bug. Here is a very simple test case: >=20 > use test; > drop table if exists foo; > create table foo ( word char(25) binary not null primary key) > delay_key_write =3D 1; > load data infile '/usr/dict/words' into table foo; > select word from foo where word =3D 'a' or word =3D 'b'; > delete from foo where word < 'l'; > check table foo; >=20 > Monty and I will have a race on who can produce a patch faster. He know= s the > code better, but I am going to have a head start :-) Does this bug bite with other than delayed key writes? Best, Kyle