Skip to content

Commit

Permalink
Continuing nit cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Voswinkel committed Jun 15, 2020
1 parent 0789c9c commit 75acb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/database/mysql/connection_producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"sync"
"time"

stdmysql "github.com/go-sql-driver/mysql"
"github.com/go-sql-driver/mysql"
"github.com/hashicorp/errwrap"
"github.com/hashicorp/go-uuid"
"github.com/hashicorp/vault/sdk/database/dbplugin"
Expand Down Expand Up @@ -109,7 +109,7 @@ func (c *mySQLConnectionProducer) Init(ctx context.Context, conf map[string]inte
}
}

stdmysql.RegisterTLSConfig(c.tlsConfigName, tlsConfig)
mysql.RegisterTLSConfig(c.tlsConfigName, tlsConfig)
}

// Set initialized to true at this point since all fields are set,
Expand Down

0 comments on commit 75acb94

Please sign in to comment.