mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
MySQL - Add username customization (#10834)
This commit is contained in:
@@ -19,7 +19,7 @@ func main() {
|
||||
// Run instantiates a MySQL object, and runs the RPC server for the plugin
|
||||
func Run() error {
|
||||
var f func() (interface{}, error)
|
||||
f = mysql.New(mysql.MetadataLen, mysql.MetadataLen, mysql.UsernameLen)
|
||||
f = mysql.New(mysql.DefaultUserNameTemplate)
|
||||
dbType, err := f()
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user