Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.19
-
None
Description
Current implementation does simple mysql_real_connect to open additional connection to kill the process at the server without any respect of other connection string options and connection attributes. e.g. if encryption is required, SQLCancel(and also SQLCancelHandle in 3.2 branch) will fail.
The fix should use minimal required subset of the usual driver connect routine.