Bug #44316 main.myisamlog fails sporadically on windows
Submitted: 16 Apr 2009 11:22 Modified: 7 Jul 2009 20:52
Reporter: Alexander Nozdrin Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: General Severity:S3 (Non-critical)
Version:6.0 OS:Windows (vm-win2003-64-b)
Assigned to: CPU Architecture:Any
Tags: pushbuild, sporadic, test failures

[16 Apr 2009 11:22] Alexander Nozdrin
Description:
main.myisamlog fails sporadically on Windows:
------------------------------------------------------------
main.myisamlog                           [ fail ]
        Test ended at 2009-04-15 23:52:38

CURRENT_TEST: main.myisamlog
mysqltest: At line 64: query 'use mysqltest' failed: 2003: Can't connect to MySQL server on 'localhost' (10061)

The result from queries just before the failure was:
DROP DATABASE IF EXISTS mysqltest;
# CREATE generates no entry in the logical log.
CREATE DATABASE mysqltest;

 - saving 'e:/var-n_mix-100/log/main.myisamlog/' to 'e:/var-n_mix-100/log/main.myisamlog/'

Retrying test, attempt(2/3)...
------------------------------------------------------------

Reported after failure on 2009-Apr-14 in 6.0-rpl
(http://tinyurl.com/cdqzuz).

May be related: Bug#38133, Bug#43672.

How to repeat:
XRef: http://tinyurl.com/ceozwh
[3 Jul 2009 12:43] Daniel Fischer
From mysqld.1.err from a run that was affected:

CURRENT_TEST: main.myisamlog
[..]
090703 12:04:44 - mysqld got exception 0xc0000005 ;

This is an access violation. This is not a pushbuild bug.