We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
美团数据库巡检系统:https://tech.meituan.com/2020/06/04/mysql-detection-system.html 其中一些巡检项的确挺好的,比如备份、gtid、自增值等。这些是否可以慢慢完善?
The text was updated successfully, but these errors were encountered:
InspectionItem\databaseProperty.go 第335行 // liyanjing2023-12-27,先判断是否为nil,若不判断则会报错 panic: interface conversion: interface {} is nil, not int64 if v["AUTO_INCREMENT"] != nil { e["autoIncrement"] = strconv.Itoa(int(v["AUTO_INCREMENT"].(int64))) }
Sorry, something went wrong.
No branches or pull requests
美团数据库巡检系统:https://tech.meituan.com/2020/06/04/mysql-detection-system.html
其中一些巡检项的确挺好的,比如备份、gtid、自增值等。这些是否可以慢慢完善?
The text was updated successfully, but these errors were encountered: