Bug #24400 Source files for Server: Visual Studio Workspace contains a small config bug
Submitted: 17 Nov 2006 16:44 Modified: 9 Jun 2007 17:54
Reporter: Gisbert Selke (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:4.1.21 OS:Windows (Win32)
Assigned to: Iggy Galarza CPU Architecture:Any

[17 Nov 2006 16:44] Gisbert Selke
Description:
The Visual Studio workspace contains a little bug in the project configuration für mysqld: It expects the file sql_locale.cpp in the subdirectory ./sql/sql/ instead of just ./sql

How to repeat:
Start Visual Studio, load the workspace, choose project mysqld (Debug target), build, wait... and see.
Or (much faster), instead of "build", locate the entry sql_locale.cpp in project mysqld, and try to compile this.
In any case, the error msg says that file .sql/sql/sql_locale.cpp is not found.

Suggested fix:
Kill the entry named above, and add ./sql/sql_locale.cpp instead (note: one driectory level less).
[22 Nov 2006 12:51] Tonci Grgin
Hi Gisbert and thanks for your problem report.

Verified as described by reporter on BK sources, sql\mysqld.dsp contains wrong info:
# End Source File
# Begin Source File

SOURCE=.\sql\sql_locale.cpp
# End Source File
# Begin Source File
[16 May 2007 21:10] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/26880

ChangeSet@1.2652, 2007-05-16 17:09:49-04:00, iggy@amd64.(none) +1 -0
  Bug#24400 Source files for Server: Visual Studio Workspace contains a small config bug
  - Correct bad path in project files.
[6 Jun 2007 16:54] Bugs System
Pushed into 5.1.20-beta
[6 Jun 2007 16:57] Bugs System
Pushed into 5.0.44
[6 Jun 2007 17:01] Bugs System
Pushed into 4.1.24
[9 Jun 2007 17:54] Paul DuBois
No changelog entry needed.