Skip to content

Commit 59817f3

Browse files
committed
Revert "BUG#36731062: mysql_native_password plugin not bundled with the C-extension"
This reverts commit 7220e5b.
1 parent 3d41923 commit 59817f3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CHANGES.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ v9.0.0
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

mysql-connector-python/cpydist/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)