Andrew,
Tuesday, October 22, 2002, 11:27:06 PM, you wrote:

AS> I setup server (my.ini/my.cnf) with
AS> default-character-set = koi8_ru

AS> Than do 'myisamchk -r -q'

AS> It seems to use correct charset.

AS> i do:
AS> 1.it's ok:

AS> INSERT INTO allg
AS> (znum_allg,name) VALUES (20,"À")

AS> 2.it's error with

AS> INSERT INTO allg (znum_allg,name) VALUES (20,"Á")

AS> error: Duplicate entry 'À' for key 2

AS> bug is presented on 3.23.37 (linux) and 3.23.51 (windows) throu
AS> webpage submit and direct insert.

1. Check that there are no duplicates :)
2. If no, could you provide some data for testing? I couldn't repeat
it on my test data .. What was the previous default-character-set?


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   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