4 messages in com.mysql.lists.bugswindows rename bug
FromSent OnAttachments
Franklin Schmidt11 Jan 2002 22:11 
Michael Widenius12 Jan 2002 03:53 
Michael Widenius16 Jan 2002 06:44 
Franklin Schmidt16 Jan 2002 17:54 
Subject:windows rename bug
From:Franklin Schmidt (fra@gustos.com)
Date:01/11/2002 10:11:10 PM
List:com.mysql.lists.bugs

How-To-Repeat:

Using MySQL 4.0.1 on Windows 2000, I open 2 command shells and do "mysql test" in each.

Then in shell 1 I do:

create table Z (i int);

Then in shell 2 I do:

select * from Z;

Then in shell 1 I do:

rename table Z to Z2;

which results in:

ERROR 7: Error on rename of '.\test\Z.MYI' to '.\test\Z2.MYI' (Errcode: 13)