Hi all,
i have problems importing rows with the command:

load data concurrent infile '<filename>' replace into table <tablename> fields escaped 
by '' lines terminated by '\r';

this command exits with the error:
ERROR 1062 (23000): Duplicate entry '12835265' for key 1
It seems that the replace option is ignored !! (12835265 is the primary key of an 
already present row)

mysql version: 4.1.3-beta-standard
It seems this is a version problem (with the 4.0.x the replace option runs well)

Do you know changes in 4.1.3 regarding "load data" behaviour?

Thanks,
Lorenzo Maestri
[EMAIL PROTECTED]
Mimesi Srl - Parma, Italy

Reply via email to