package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev
# Structs
DbPermission describes a single row in the mysql.db table Primary key is Host+Db+User.
Permissions have all the rows in mysql.{user,db} tables, (all rows are sorted by primary key).
UserPermission describes a single row in the mysql.user table Primary key is Host+User PasswordChecksum is the crc64 of the password, for security reasons.