Bug #6133 Update Manual information about symbolic link support for Windows
Submitted: 17 Oct 2004 1:42 Modified: 8 Feb 2005 20:37
Reporter: Miguel Solorzano Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:Windows (Windows)
Assigned to: Paul DuBois CPU Architecture:Any

[17 Oct 2004 1:42] Miguel Solorzano
Description:
In the Manual at:

http://dev.mysql.com/doc/mysql/en/mysqld-max.html

5.1.2 The mysqld-max Extended MySQL Server

........

CFLAGS=-DUSE_SYMDIR 
This define enables symbolic link support for Windows.

Currently the symbolic link support for Windows is defined on
\include\config-win.h:

/* All windows servers should support .sym files */
#undef USE_SYMDIR
#define USE_SYMDIR

How to repeat:
see description.

Suggested fix:
see description.
[8 Feb 2005 20:37] Paul DuBois
Thank you for your bug report. This issue has been addressed in the
documentation. The updated documentation will appear on our website
shortly, and will be included in the next release of the relevant
product(s).

Additional info:

Updated the sections that describe Windows symlink support
to indicate that this feature is enabled specifically for Max builds
only before MySQL 4.0, and enabled for all Windows servers as
of MySQL 4.0.