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

Commit e33d324

Browse files
gianlucaborelloowainlewis
authored andcommitted
Remove hinting at MySQL 8-specific behavior (#133)
Signed-off-by: Gianluca Borello <g.borello@gmail.com>
1 parent 5e6eb90 commit e33d324

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controllers/cluster/manager/cluster_manager.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ func (m *ClusterManager) ensurePrimaryControllerState(ctx context.Context, statu
235235
}
236236
}
237237

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

0 commit comments

Comments
 (0)