Changed incorrect comment from copy paste

pull/84/head
Simon Wikstrand 2017-12-01 18:51:55 +01:00
parent 19673d2b47
commit 340bf96224
No known key found for this signature in database
GPG Key ID: 1FE8AC12BCDD37E7
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ func (rs RedshiftDialect) dbVersionQuery(db *sql.DB) (*sql.Rows, error) {
// TiDB
////////////////////////////
// MySQLDialect struct.
// TiDBDialect struct.
type TiDBDialect struct{}
func (m TiDBDialect) createVersionTableSQL() string {