Bug #34748 Windows executable files are missing a Version Resource
Submitted: 21 Feb 2008 20:29 Modified: 22 Feb 2008 12:00
Reporter: Richard Otter Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.1 OS:Windows
Assigned to: CPU Architecture:Any

[21 Feb 2008 20:29] Richard Otter
Description:
Windows standards dictate that every executable file shall have a Version Resource that has appropriate fields completed- i.e. Company Name, File Version, etc.
The current Windows test release of MySQL has all executable files digitally signed (great!) but it would also be helpful when looking at a list of running processes to see the version and company name info as well.

How to repeat:
Show properties of any executable file in Windows Explorere. Note absence of Version tab.

Suggested fix:
Add Version Resource to build enviornment and have it correctly represent current version number. This can be done by including the version header file in the VersionResource.rc file.
[22 Feb 2008 12:00] MySQL Verification Team
Thank you for the bug report. As work-around:

C:\Arquivos de programas\MySQL\MySQL Server 5.1\bin>mysqld -V
mysqld  Ver 5.1.23-rc-community for Win32 on ia32 (MySQL Community Server (GPL))