New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken package build for mysql56-comunity and mysql57-community with Mroonga 7.01 #136
Comments
|
I think that the following patch works, but it may also need to set |
|
I applied this patch again and added a comment at 250dd0b
|
What is problem?
Fails to build mysql56-community and mysql57-community. So we can't provide rebuilt package for newer MySQL version.
Why build fails?
MySQL 5.6.36 and MySQL 5.7.18 drops
Field::part_of_key_not_clusteredmember variable from sql/field.h. Mroonga uses this variable.How to fix it?
It should fix mrn_mysql_compat.h and ha_mroonga.cpp to support them.
The text was updated successfully, but these errors were encountered: