Skip to content

Commit

Permalink
Little more cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Dirkjan Bussink <[email protected]>
  • Loading branch information
dbussink committed Jul 23, 2024
1 parent 27cd8f9 commit acd9cf9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go/mysql/collations/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ func NewEnvironment(serverVersion string) *Environment {
var version collver = collverMySQL8
serverVersion = strings.TrimSpace(strings.ToLower(serverVersion))
switch {
case strings.HasSuffix(serverVersion, "-ripple"):
// the ripple binlog server can mask the actual version of mysqld;
// assume we have the highest
version = collverMySQL8
case strings.Contains(serverVersion, "mariadb"):
switch {
case strings.Contains(serverVersion, "10.0."):
Expand Down

0 comments on commit acd9cf9

Please sign in to comment.