microsoft / mysqlnd_azure

mysqlnd_azure is an extension for mysqlnd which enables redirection functionality.
Other
10 stars 17 forks source link

Fix problem that ssl ca and cipher property lost when cache failed to connect #24

Closed GuuBu closed 3 years ago

GuuBu commented 4 years ago

Fix problem that ssl ca and cipher property lost when cache failed to connect. Use a new object to establish the new cached connection instead, if success, use it to replace original conn_data, otherwise simply free it.

GuuBu commented 3 years ago

merge for test