MySQL Forums
Forum List  »  Russian

Duplicate entry in version 4.0.17
Posted by: LSF
Date: November 29, 2006 08:22AM

Возникла проблема с сервером версии 4.0.17. Воспроизводится на ура:

create table duplicate_entry (id int(11) not null auto_increment, test_field text, primary key (id), key idx_field (test_field(25))) type=myisam;
insert into duplicate_entry (test_field) values ('Default\\XWCQM_D2_3 B1900 9');
insert into duplicate_entry (test_field) values ('Default\\XWCQM_D2_3 B1900 9\\test');

Ошибка:
[SN1] ERROR 1062: Duplicate entry 'Default\XWCQM_D2_3 B1900 9\test' for key 2

В более поздних версиях не проявляется.

Вопрос:
Есть ли какая-то некорректность в самом запросе или это баг конкретной версии?

Спасибо

Options: ReplyQuote


Subject
Views
Written By
Posted
Duplicate entry in version 4.0.17
5944
November 29, 2006 08:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.