Commit aa60ff2
committed
Explicitly specify collation when resetting connection. Fixes #243
Since the 'collation_connection' system variable is only used for comparing string literals, it should be safe to always use utf8mb4_bin (for consistency) and not accept the server's current default collation for utf8mb4.1 parent 8a54bdd commit aa60ff2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments