Open gmpify opened 6 days ago
Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.
release notes (needs details)
label if users need to know about this change.-
), and have a clear help text.Jobs
should be named in order to mark it as required
.required
, the maintainer team must be notified._vt
tables and RPCs need to be backward compatible.vtctl
command output order should be stable and awk
-able.
Description
When
--mysql-server-bind-host
is supplied tovttestserver
, it is now forwarded up tomysqlctl
andmysqlctld
, and then finally added tomy.cnf
file. MySQL then respects the expected IP we want it to bind on.Related Issue(s)
Part of https://github.com/vitessio/vitess/issues/16798
Checklist
Deployment Notes