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
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
compile the stonedb 8.0 failed, because MySQL 8.0's boost patches conflict with boost code
MySQL 8.0 add some code in boost patches, we can see :mysql/mysql-server@e11fd7d
so we need to set the compilation order and give priority to the boost code in patches
Describe alternatives you've considered
modify cmake,give priority to the boost code in patches
Additional context
The text was updated successfully, but these errors were encountered:
[summary]
1 during compilation, errors will be reported that the boost function or variable is not defined
2 modify the cmake file that uses the boost module, so that the boost code in patches can be used first
[summary]
1 during compilation, errors will be reported that the boost function or variable is not defined
2 modify the cmake file that uses the boost module, so that the boost code in patches can be used first
[summary]
1 during compilation, errors will be reported that the boost function or variable is not defined
2 modify the cmake file that uses the boost module, so that the boost code in patches can be used first
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
compile the stonedb 8.0 failed, because MySQL 8.0's boost patches conflict with boost code
MySQL 8.0 add some code in boost patches, we can see :mysql/mysql-server@e11fd7d
so we need to set the compilation order and give priority to the boost code in patches
Describe alternatives you've considered
modify cmake,give priority to the boost code in patches
Additional context
The text was updated successfully, but these errors were encountered: