Bug #72295 PDB files missing from Connector/C 6.1.3
Submitted: 9 Apr 2014 18:16 Modified: 10 Apr 2014 20:26
Reporter: Jack Black Email Updates:
Status: Verified Impact on me:
None 
Category:Connector / C Severity:S3 (Non-critical)
Version:6.1.3 OS:Windows
Assigned to: CPU Architecture:Any
Tags: debugging, pdb, windows

[9 Apr 2014 18:16] Jack Black
Description:
I'm trying to debug a very weird memory leak (according to umdh.exe) in my application. It's probably due to my incorrect use of mysql, but I need to figure out what libmysql.dll+0xA0CED is, and where it's being called from. In order to do this I need the debug symbols (pdb file). They existed in 6.1.2 (and were even mentioned in the changelog), but they're missing from 6.1.3.

How to repeat:
N/A

Suggested fix:
Re-release w/ pdb files.
[9 Apr 2014 18:59] MySQL Verification Team
Thank you for the bug report.
[10 Apr 2014 14:54] Igor Solodovnikov
There is a workaround for this issue: it is possible to download one of ZIP
packages from MySQL download center: mysql-connector-c-6.1.3-winx64.zip
or mysql-connector-c-6.1.3-win32.zip. They contain all PDB files.
[10 Apr 2014 20:26] Jack Black
the workaround worked for me