Skip to content

Commit 35a9cbb

Browse files
Comments 2
1 parent 05f51c7 commit 35a9cbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go/base/utils.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ func StringContainsAll(s string, substrings ...string) bool {
5959
return nonEmptyStringsFound
6060
}
6161

62-
// ValidateConnection confirms the database server info matches the provided connection config. On success
63-
// the function returns a server version as a string, otherwise an empty string and an error is returned.
62+
// ValidateConnection confirms the database server info matches the provided connection config.
6463
func ValidateConnection(serverInfo *mysql.ServerInfo, connectionConfig *mysql.ConnectionConfig, migrationContext *MigrationContext, name string) error {
6564
// AliyunRDS set users port to "NULL", replace it by gh-ost param
6665
// GCP set users port to "NULL", replace it by gh-ost param

0 commit comments

Comments
 (0)