On 2001 Aug 03, Miguel Angel Solórzano <[EMAIL PROTECTED]> wrote:
> I was be able to repeat your bug report. Thanks and it
> will be fixed.
This has been fixed in the current code. Here is a
patch:
*** sql/ha_berkeley.cc.orig Fri Aug 3 09:46:50 2001
--- sql/ha_berkeley.cc Fri Aug 3 09
>Description:
>How-To-Repeat:
I try the following:
mysql> create table foo (primary key (aaa), unique(bbb), aaa varchar(20) not
null, bbb varchar(20)) type=bdb;
Query OK, 0 rows affected (0.76 sec)
mysql> replace into foo set aaa="alfa", bbb="beta";
Que