Bug #69599 64bit libmysql.dll in 32bit installation of MySQL 5.6
Submitted: 27 Jun 2013 9:08 Modified: 27 Jun 2013 11:57
Reporter: Dmitry Tolpeko Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:MySQL 5.6 OS:Windows
Assigned to: CPU Architecture:Any

[27 Jun 2013 9:08] Dmitry Tolpeko
Description:
MySQL 5.6 32 bit installation package contains 64 bit libmysql.dll in lib directory. 

How to repeat:
Install MySQL 5.6 32 bit and try to invoke LoadLibrary for libmysql.dll. Bad image format error is returned.
[27 Jun 2013 11:43] MySQL Verification Team
Thank you for the bug report. Which package have you installed?

C:\Arquivos de programas\MySQL\MySQL Server 5.6>dumpbin bin\mysqld.EXE /HEADERS | findstr machine
             14C machine (x86)
                   32 bit word machine

C:\Arquivos de programas\MySQL\MySQL Server 5.6>bin\mysqld --version
bin\mysqld  Ver 5.6.12 for Win32 on x86 (MySQL Community Server (GPL))

C:\Arquivos de programas\MySQL\MySQL Server 5.6>dumpbin lib\libmysql.dll /HEADERS | findstr machine
             14C machine (x86)
                   32 bit word machine
[27 Jun 2013 11:53] Dmitry Tolpeko
Installation package: mysql-installer-community-5.6.10.1
[27 Jun 2013 11:57] MySQL Verification Team
Thank you for the feedback. Please try version 5.6.12. Thanks.