Skip to content

Commit cca920d

Browse files
committed
Change name to Go-MySQL-Driver as suggested in go-sql-driver#343
1 parent f973b82 commit cca920d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ func (mc *mysqlConn) writeAuthPacket(cipher []byte) error {
236236

237237
attrs := make(map[string]string)
238238
attrs["_os"] = runtime.GOOS
239-
attrs["_client_name"] = "Go MySQL Driver"
239+
attrs["_client_name"] = "Go-MySQL-Driver"
240240
attrs["_pid"] = strconv.Itoa(os.Getpid())
241241
attrs["_platform"] = runtime.GOARCH
242242
attrs["program_name"] = path.Base(os.Args[0])

0 commit comments

Comments
 (0)