We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40aed26 commit 9071539Copy full SHA for 9071539
const.go
@@ -20,7 +20,7 @@ const (
20
// Connection attributes
21
// See https://dev.mysql.com/doc/refman/8.0/en/performance-schema-connection-attribute-tables.html#performance-schema-connection-attributes-available
22
connAttrClientName = "_client_name"
23
- connAttrClientNameValue = "GO-MySQL-Driver"
+ connAttrClientNameValue = "Go-MySQL-Driver"
24
connAttrOS = "_os"
25
connAttrOSValue = runtime.GOOS
26
connAttrPlatform = "_platform"
0 commit comments