Skip to content

Commit

Permalink
mysqlctl: Remove noisy log line (#13599)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
  • Loading branch information
dbussink authored Jul 25, 2023
1 parent 96e1932 commit f2c1e01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/mysqlctl/mysqld.go
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,6 @@ func buildLdPaths() ([]string, error) {
func (mysqld *Mysqld) GetVersionString(ctx context.Context) (string, error) {
// Execute as remote action on mysqlctld to ensure we get the actual running MySQL version.
if socketFile != "" {
log.Infof("executing Mysqld.VersionString() remotely via mysqlctld server: %v", socketFile)
client, err := mysqlctlclient.New("unix", socketFile)
if err != nil {
return "", fmt.Errorf("can't dial mysqlctld: %v", err)
Expand Down

0 comments on commit f2c1e01

Please sign in to comment.