This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new df471e566d build: enable services-mysql for Java and Python bindings
(#5222)
df471e566d is described below
commit df471e566da024598cff4e0ce41b4b6c9987cb61
Author: tison <[email protected]>
AuthorDate: Tue Oct 22 11:08:31 2024 +0800
build: enable services-mysql for Java and Python bindings (#5222)
Signed-off-by: tison <[email protected]>
---
bindings/java/Cargo.toml | 3 +--
bindings/python/Cargo.toml | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/bindings/java/Cargo.toml b/bindings/java/Cargo.toml
index 3e4123caa3..78df098daf 100644
--- a/bindings/java/Cargo.toml
+++ b/bindings/java/Cargo.toml
@@ -73,8 +73,7 @@ services-all = [
"services-persy",
"services-postgresql",
"services-koofr",
- # Workaround for https://github.com/apache/opendal/issues/5000
- # "services-mysql",
+ "services-mysql",
"services-redb",
"services-redis",
# FIXME: rocksdb will lead to "cannot allocate memory in static TLS block"
while linking.
diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index 52a92b04da..28f5725767 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -69,8 +69,7 @@ services-all = [
"services-onedrive",
"services-persy",
"services-postgresql",
- # Workaround for https://github.com/apache/opendal/issues/5000
- # "services-mysql",
+ "services-mysql",
"services-redb",
"services-redis",
# FIXME how to support rocksdb services in bindings?