From 54ca96f01cc9c8892f5e94c18f29310e835a015f Mon Sep 17 00:00:00 2001 From: David Vilaverde Date: Mon, 29 Apr 2024 08:37:59 -0400 Subject: [PATCH] Update client/auth.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniƫl van Eeden --- client/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/auth.go b/client/auth.go index b9c8d36e2..e49f26687 100644 --- a/client/auth.go +++ b/client/auth.go @@ -269,7 +269,7 @@ func (c *Conn) writeAuthHandshake() error { data[11] = 0x00 // Charset [1 byte] - // use default collation id 33 here, is utf-8 + // use default collation id 33 here, is `utf8mb3_general_ci` collationName := c.collation if len(collationName) == 0 { collationName = DEFAULT_COLLATION_NAME