Bug #19107 Server doesn't support symlinked files on Windows
Submitted: 14 Apr 2006 22:35 Modified: 30 Apr 2008 17:38
Reporter: Kent Boortz
Status: Duplicate
Category:Server: Partition Severity:S2 (Serious)
Version:5.1.10-pre OS:Microsoft Windows (Windows 2003)
Assigned to: Target Version:
Triage: D3 (Medium)

[14 Apr 2006 22: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 14:18] Mikael Ronstrom
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 19: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 17:38] Trudy Pelzer
Duplicate of Bug#33687 "Symbolic linked files is not implemented for Vista or Windows
Server 2008"