Feizhi Cai

Results 44 comments of Feizhi Cai

hi, 非常感谢您的贡献,在更新构建工具链的问题上OceanBase一直持谨慎的态度,我们的研发团队认为,当前白名单工具链的方式还是需要保留(比如静态链接依赖库),一方面,我们需要保证现在已经上线投产的开源用户的稳定性,另一方面,我们现在的人力只能支持白名单工具链下产物的运维。我们也欢迎您在在不影响原有设计的基础上,扩展OS兼容表;

hi, @lmsreborn thanks for you contribute; Like many open source projects, we ask that you sign our [Contributor License Agreement](https://cla-assistant.io/oceanbase/oceanbase?pullRequest=1111) before we can accept your contribution

yes, it is a bug,maybe caused by code conflict; can you fix this bug?

refactor this code to adapt to version4.0?

> 在OceanBase 3.2.4企业版中,复现了这个问题,仍未解决 这个问题是在社区版 4.X和3.1.X 上完成修复的; 社区版和企业版在 4.x 上代码是同源的,所以企业版 4.x 也是修复了; 企业版 3.2.4 可能还没有Patch,如果需要可以给对应的企业版技术支持同学提这块的需求

partial supported in 4.0 version (Only syntax support, does not actually change the column order)

pthread_yield is deprecated since glibc 2.34:https://man7.org/linux/man-pages/man3/pthread_yield.3.html

fix in https://github.com/oceanbase/oceanbase/commit/791ec736a10d3128ecd3eb500d31f3616b98bf59

Can you post your code? It's recommended to fork the ob-example repository, and then post a demo of the code in a format similar to https://github.com/oceanbase/ob-example/tree/master/examples/driver/golang-go-sql-driver. This way, we can...