Skip to content

Commit

Permalink
Update pkg/controller/vitessshardreplication/reconcile_drain.go
Browse files Browse the repository at this point in the history
Co-authored-by: Deepthi Sigireddi <[email protected]>
  • Loading branch information
frouioui and deepthi authored Oct 5, 2023
1 parent 53b1edd commit 4628963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/vitessshardreplication/reconcile_drain.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ func safeMysqldUpgrade(currentImage, desiredImage string) (bool, error) {
// as patch release could also include on-disk data format changes. This happened a number of times
// in practice as well, so this concern is real.
//
// MySQL though as announced a new release strategy, see:
// MySQL though has announced a new release strategy, see:
// https://dev.mysql.com/blog-archive/introducing-mysql-innovation-and-long-term-support-lts-versions/
//
// With that release strategy, it will become possible that patch releases will be safe to downgrade
Expand Down

0 comments on commit 4628963

Please sign in to comment.