"Modifying" the ConnectionSettings object passed to this method (by
creating a clone with updated properties) didn't persist the changes
anywhere. Now, all state specific to this session is stored in its
fields, so a session retrieved from the pool has the right state.
"Modifying" the ConnectionSettings object passed to this method (by
creating a clone with updated properties) didn't persist the changes
anywhere. Now, all state specific to this session is stored in its
fields, so a session retrieved from the pool has the right state.
iamcarbon commentedJun 1, 2017
When using the new mysql_clear_password functionality w/ pooling, the second request throws:
Without digging deeper, it looks like we may be loosing the SSL mode when getting a connection back from the pool.
Everything works as expected on the first request and when pooling is explicitly disabled.
Here's the connection string:
The text was updated successfully, but these errors were encountered: