Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Remove hinting at MySQL 8-specific behavior #133

Merged
merged 1 commit into from
Jun 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pkg/controllers/cluster/manager/cluster_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ func (m *ClusterManager) ensurePrimaryControllerState(ctx context.Context, statu
}
}

// NOTE: This should never happen in 8.0 but probably worth keeping for now.
func (m *ClusterManager) handleInstanceMissing(ctx context.Context, primaryAddr string) bool {
primaryURI := fmt.Sprintf("%s:%s@%s", m.Instance.GetUser(), m.Instance.GetPassword(), primaryAddr)
primarySh := m.mysqlshFactory(primaryURI)
Expand Down