File tree 2 files changed +0
-2
lines changed
mysql-connector-python/cpydist
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 15
15
- WL#16318: Deprecate Cursors Prepared Raw and Named Tuple
16
16
- WL#16284: Update the Python Protobuf version
17
17
- WL#16283: Remove OpenTelemetry Bundled Installation
18
- - BUG#36731062: mysql_native_password plugin not bundled with the C-extension
19
18
- BUG#36664998: Packets out of order error is raised while changing user in aio
20
19
- BUG#36611371: Update dnspython required versions to allow latest 2.6.1
21
20
- 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):
283
283
("Kerberos" , f"authentication_kerberos_client.{ plugin_ext } " ),
284
284
("OCI IAM" , f"authentication_oci_client.{ plugin_ext } " ),
285
285
("WebAuthn" , f"authentication_webauthn_client.{ plugin_ext } " ),
286
- ("MySQL Native" , f"mysql_native_password.{ plugin_ext } " ),
287
286
]
288
287
289
288
for plugin_name , plugin_file in plugin_list :
You can’t perform that action at this time.
0 commit comments