Bug #19107 Server doesn't support symlinked files on Windows
Submitted: 14 Apr 2006 20:35 Modified: 30 Apr 2008 15:38
Reporter: Kent Boortz Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Partitions Severity:S2 (Serious)
Version:5.1.10-pre OS:Windows (Windows 2003)
Assigned to: CPU Architecture:Any

[14 Apr 2006 20:35] Kent Boortz
Description:
Test 'partition_mgm_err2' fails on Windows with

 mysqltest: At line 22: query 'INSERT INTO t1 VALUES (15)' failed: 1017: Can't find file: 't1' (errno: 2)

How to repeat:
Run test case on Windows
[1 Sep 2006 12:18] Mikael Ronström
This test now hangs both the partition and the partition_mgm_err2 test cases on Windows.
To enable tests to proceed these test cases are not executed on Windows anymore by
adding the line
-- source include/not_windows.inc
to the test initialisation
[21 Aug 2007 17:16] Evgeny Potemkin
On the windows platform server has support of only for symlinked directories, but this test requires symlinked files. Thus it should be disabled on windows.
[30 Apr 2008 15:38] Trudy Pelzer
Duplicate of Bug#33687 "Symbolic linked files is not implemented for Vista or Windows Server 2008"