master
github.com/cznic/mathutil 依赖升级为 modernc.org/mathutil (因为原依赖在go 1.16版本之后无法通过编译)
update: 移除慢查询日志相关逻辑
调整项目依赖路径
test: update
update: 移除指标变量模块
feat: support TABLEGROUP in check stage for OceanBase
fix: 修复osc进程并发Map读写可能导致崩溃的bug
Fix the function of estimating the number of affected rows in dml (#644)
chore: unnecessary use of fmt.Sprintf (#589)
update: 升级tidb parser语法解析器,优化部分语法问题
test: 优化point_get_test.go
update: 升级parser包,添加列排序规则语法支持
update: 完善分区表语法解析和测试用例
update: 添加不支持语法警告(create table as和create table select)
update: 移除opentracing相关逻辑