Bug #20995 crash odbc client application
Submitted: 12 Jul 2006 11:08 Modified: 8 Mar 2007 1:57
Reporter: Nobuhiko Nagamori Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Severity:S3 (Non-critical)
Version:3.51.12 OS:Any (any)
Assigned to: CPU Architecture:Any
Tags: ODBC, SQL_MAX_DRIVER_CONNECTIONS, SQLGETINFO

[12 Jul 2006 11:08] Nobuhiko Nagamori
Description:
SQLGetInfo(SQL_MAX_DRIVER_CONNECTIONS) should be return SQLUSMALLINT value.
However, return SQLUINTEGER that cause corrupt data area in the application program.

How to repeat:
Definitely.

Suggested fix:
Please correct SQLUINTEGER for SQL_MAX_DRIVER_CONNECTIONS on "MYSQLPLUS/include/MConnection.h" to SQLUSMALLINT.
[5 Feb 2007 13:36] Bogdan Degtyariov
MyODBC 3.51.13 will contain the fix for this bug.
[8 Mar 2007 1:57] Jim Winstead
This was fixed in the repository, and the fix will be included in 3.51.14.