You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2021. It is now read-only.
Further to port presto-mysql to ppc64le VM, package fails as the internally used testing-mysql-server does not have support for ppc64le. (Please refer to earlier issue: prestodb/presto#6152)
As part of providing the support. Edited the mysql-connector-mxj-db-files-5.0.12.jar created when the package builds.
Changes done were to create a 'Linuz-ppc64le' folder in the jar and copy the ppc64le compatible mysql and mysqld file into it.
As mentioned on the issue, would need testing-mysql-server to support ppc64le.