Thank you for your fine bug report, thanks to which, I was able to fix
a problem.

Final fix will come up in 4.0.3, but this is a patch that fixes it
temporarily :

===== /mnt/work/mysql-4.0/sql/sql_delete.cc 1.80 vs edited =====
*** /tmp/sql_delete.cc-1.80-1656        Tue Jul 23 18:31:17 2002
--- edited//mnt/work/mysql-4.0/sql/sql_delete.cc        Mon Jul 29 15:26:47 2002
***************
*** 227,233 ****
      table->used_keys=0;
      tempfiles[counter] = new Unique (refposcmp2,
                                     (void *) &table->file->ref_length,
!                                    table->file->ref_length,
                                     MEM_STRIP_BUF_SIZE);
    }
  }
--- 227,233 ----
      table->used_keys=0;
      tempfiles[counter] = new Unique (refposcmp2,
                                     (void *) &table->file->ref_length,
!                                    table->file->ref_length + 1,
                                     MEM_STRIP_BUF_SIZE);
    }
  }


-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to