Skip to content

Commit 35b1b90

Browse files
committed
fix comment
1 parent bf6274d commit 35b1b90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: driver_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -1614,8 +1614,7 @@ func TestCollation(t *testing.T) {
16141614
// https://mariadb.com/kb/en/setting-character-sets-and-collations/#changing-default-collation
16151615
// https://mariadb.com/kb/en/server-system-variables/#character_set_collations
16161616
// utf8mb4_general_ci, utf8mb3_general_ci will be overridden by default MariaDB.
1617-
// Collations other than charasets default are not overridden. So other utf8mb4_* and utf8mb3_*
1618-
// collations are safe.
1617+
// Collations other than charasets default are not overridden. So utf8mb4_unicode_ci is safe.
16191618
testCollations := []string{
16201619
"latin1_general_ci",
16211620
"binary",

0 commit comments

Comments
 (0)