mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
Enable default vet flags (#6810)
Enable default vet flags except experimental
This commit is contained in:
committed by
kannappanr
parent
f1f23f6f11
commit
f9779b24ad
@@ -254,7 +254,7 @@ func NewMySQLTarget(id string, args MySQLArgs) (*MySQLTarget, error) {
|
||||
}
|
||||
|
||||
return &MySQLTarget{
|
||||
id: event.TargetID{id, "mysql"},
|
||||
id: event.TargetID{ID: id, Name: "mysql"},
|
||||
args: args,
|
||||
updateStmt: updateStmt,
|
||||
deleteStmt: deleteStmt,
|
||||
|
||||
Reference in New Issue
Block a user