Bug #19456 Moving an open file on windows now creates an error (earlier change in mysys)
Submitted: 1 May 2006 16:17 Modified: 1 May 2006 19:21
Reporter: Mark Matthews Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Archive storage engine Severity:S1 (Critical)
Version:5.1 OS:Windows (Windows)
Assigned to: Assigned Account CPU Architecture:Any

[1 May 2006 16:17] Mark Matthews
Description:
TEST                           RESULT         TIME (ms)
-------------------------------------------------------

alias                          [ pass ]            222
alter_table                    [ pass ]           4863
analyse                        [ pass ]            794
analyze                        [ pass ]            444
ansi                           [ pass ]             52
archive                        [ fail ]

Errors are (from e:/pb/mysql-5.1-new/push-jimw@mysql.com-20060501091257.info/mysql-5.1.10-beta-standard/mysql-test/var-n_stm-5/log/mysqltest-time) :
mysqltest: At line 1316: query 'SELECT * FROM t2' failed: 1034: Incorrect key file for table 't2'; try to repair it
(the last lines may be the most important ones)
Result from queries before failure can be found in r/archive.log

How to repeat:
TEST                           RESULT         TIME (ms)
-------------------------------------------------------

alias                          [ pass ]            222
alter_table                    [ pass ]           4863
analyse                        [ pass ]            794
analyze                        [ pass ]            444
ansi                           [ pass ]             52
archive                        [ fail ]

Errors are (from e:/pb/mysql-5.1-new/push-jimw@mysql.com-20060501091257.info/mysql-5.1.10-beta-standard/mysql-test/var-n_stm-5/log/mysqltest-time) :
mysqltest: At line 1316: query 'SELECT * FROM t2' failed: 1034: Incorrect key file for table 't2'; try to repair it
(the last lines may be the most important ones)
Result from queries before failure can be found in r/archive.log
[1 May 2006 19:21] Mark Matthews
Duplicate of BUG#18480