Conversation
|
Interestingly tests pass even though we use gh-ost/vendor/github.com/go-sql-driver/mysql/utils.go Lines 149 to 151 in 12424e9 Seems like as long as not specified via DSN, |
|
I think it is because From the code you linked, the validation is on |
|
@ceshihao makes sense. Can you possibly test this branch on your side and confirm it works as expected? |
|
@shlomi-noach It works on my side. BTW https://github.com/github/gh-ost/pull/560/files#diff-0ec6a3deacd5e2577724a82d8347226fR59 |
|
Great, thank you for testing! And thank you for your efforts.
Yep. I thought I might leave that as a strict reminder about |
Context: #532, see also #559
Some time after #533 was submitted by @ceshihao we found that
gkbcharset seems to work without specifying risky-charset argument. This PR is a stripped down version of #533 in an attempt to find the minimal set of changes wheregbkis still supported.