Tags: mysql/mysql-connector-python
Tags
BUG#35233031: Connector/Python should not default to mysql_native_pas… …sword MySQL Connector/Python will default to `mysql_native_password` for authentication when using the C extension. This patch fixes this issue by not providing any default authentication plugin to libmysqlclient. Change-Id: I511cd151b6070a24a7c8da7a78a40e896f294dd5
ET#72390: Hide all symbols except 'PyInit__mysqlxpb' in "_mysqlxpb" o… …n macOS Loading multiple binary Python plugins linked statically to different versions of the Protobuf library, caused crashes on macOS. By hiding all symbols except the initialization function, this is avoided.