Bug #44595 VS2005 compiler warnings when compiling InnoDB Plugin with -Wp64 -W3
Submitted: 1 May 2009 6:17 Modified: 1 May 2009 16:45
Reporter: Miguel Solorzano Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: InnoDB Plugin storage engine Severity:S2 (Serious)
Version:1.0.3 OS:Windows (64-bit)
Assigned to: Assigned Account CPU Architecture:Any

[1 May 2009 6:17] Miguel Solorzano
Description:
The Microsoft Windows SDK recommends to check the 64-bit portability compiling the source with the options -Wp64 -W3. Doing that the buildlog printed:

<cut>
mem0mem.c
Generating Code...
Creating library...
Results   Build log was saved at "file://d:\tmp\mysql-5.1\storage\innobase\innobase.dir\Release\BuildLog.htm"
innobase - 0 error(s), 127 warning(s)

I will attach the complete buildlog.

How to repeat:
- Clone latest 5.1 bzr source
  c:\bzr\mysql-5.1>bzr revno
  2853
- Download innodb_plugin-1.0.3.zip
- Change source of bzr \mysql-5.1\storage\innobase by the innodb_plugin-1.0.3.zip
- Create the 64-bit solution with the documented procedure using CMake
- Open the solution project and manually add the option (/Wp64) in the innobase
  project
- Build Innobase project
[1 May 2009 6:20] MySQL Verification Team
Plugin 1.0.3 compiler warnings

Attachment: InnoDB-Pluging-BuildLog.txt (text/plain), 51.08 KiB.

[1 May 2009 16:45] Calvin Sun
mark this as a dup of bug#44004.