Update go-sql-driver/mysql package (#7019)

This commit is contained in:
Krishnan Parthasarathi
2018-12-29 21:59:03 +05:30
committed by Nitish Tiwari
parent f24c017e9a
commit 75cd4201b0
20 changed files with 2008 additions and 801 deletions
+1
View File
@@ -9,6 +9,7 @@
package mysql
const defaultCollation = "utf8_general_ci"
const binaryCollation = "binary"
// A list of available collations mapped to the internal ID.
// To update this map use the following MySQL query: