master
调整项目依赖路径
初始化
update: 升级parser包,添加Restore接口
update: 添加部分utf8mb3排序规则支持(utf8mb3_general_ci,utf8mb3_unicode_ci,utf8mb3_bin) (#603)
github.com/cznic/mathutil 依赖升级为 modernc.org/mathutil (因为原依赖在go 1.16版本之后无法通过编译)
update: 移除慢查询日志相关逻辑
update: 移除DDLOwnerChecker接口
feature: 添加tidb列属性auto_random支持
update: 添加参数ignore_sighup,默认忽略终端连接断开信号
update: 准备升级parser包引用
使用go mod做依赖管理,优化表元数据调用
update: 独立gh-ost模块,添加pause/resume/kill操作的支持