GOGOYAO opened a new issue #1061: brpc支持mysql的连编 URL: https://github.com/apache/incubator-brpc/issues/1061 **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** mysql里面想用brpc的功能,编译的时候发现出现LOG_NONE冲突。 LOG_NONE是logging中的一个枚举,但是在mysql中是一个宏定义。 **Describe the solution you'd like (描述你期望的解决方法)** LOG_NONE在brpc的代码里面并没有用到,通过将LOG_NONE改为LOG_TO_NONE即可 **Describe alternatives you've considered (描述你想到的折衷方案)** **Additional context/screenshots (更多上下文/截图)**
---------------------------------------------------------------- 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]
