Remove restriction on password length and bump go-mysql to 1.11.0 by joshvarner · Pull Request #1525 · github/gh-ost
Related issue: #1524
Description
In prior versions of go-mysql, the actual password was used for the report-password portion of COM_REGISTER_SLAVE. This has two negative side effects:
- The password is shown plaintext in the output of
SHOW REPLICASon the source that was connected to (ifshow-replica-auth-info=onon the source) - The password length is limited to <=32 characters
We should update to a newer version of go-mysql that now removes this erroneous behavior and also remove our restriction on password length, since it will no longer apply.
- contributed code is using same conventions as original code
-
script/cibuildreturns with no formatting errors, build errors or unit test errors.