GOGOYAO opened a new pull request #1062: Support to compile in mysql by changing LOG_NONE to LOG_TO_NONE URL: https://github.com/apache/incubator-brpc/pull/1062 This pr is for issue #1061. LOG_NONE is a enum value but it is a macro definition in mysql. This will cause compile error. We can solve this problem by changing LOG_NONE to LOG_TO_NONE.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
