File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
mysql-connector-python/cpydist Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 1515- WL#16318: Deprecate Cursors Prepared Raw and Named Tuple
1616- WL#16284: Update the Python Protobuf version
1717- WL#16283: Remove OpenTelemetry Bundled Installation
18- - BUG#36731062: mysql_native_password plugin not bundled with the C-extension
1918- BUG#36664998: Packets out of order error is raised while changing user in aio
2019- BUG#36611371: Update dnspython required versions to allow latest 2.6.1
2120- BUG#36570707: Collation set on connect using C-Extension is ignored
Original file line number Diff line number Diff line change @@ -283,7 +283,6 @@ def _copy_vendor_libraries(self):
283283 ("Kerberos" , f"authentication_kerberos_client.{ plugin_ext } " ),
284284 ("OCI IAM" , f"authentication_oci_client.{ plugin_ext } " ),
285285 ("WebAuthn" , f"authentication_webauthn_client.{ plugin_ext } " ),
286- ("MySQL Native" , f"mysql_native_password.{ plugin_ext } " ),
287286 ]
288287
289288 for plugin_name , plugin_file in plugin_list :
You can’t perform that action at this time.
0 commit comments