Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cli] migrate mysqlctl and mysqlctld to cobra #13946

Merged
merged 11 commits into from
Sep 21, 2023
Prev Previous commit
Next Next commit
more bugfix
Signed-off-by: Andrew Mason <andrew@planetscale.com>
  • Loading branch information
Andrew Mason committed Sep 20, 2023
commit 7156ccff2da981d75a0fe50e7f4d9f9083be5743
2 changes: 1 addition & 1 deletion go/vt/vttest/mysqlctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (ctl *Mysqlctl) Setup() error {
"--alsologtostderr",
"--tablet_uid", fmt.Sprintf("%d", ctl.UID),
"--mysql_port", fmt.Sprintf("%d", ctl.Port),
"init", "--",
"init",
"--init_db_sql_file", ctl.InitFile,
)

Expand Down