Skip to content

Commit

Permalink
#2865 Remove redundant warning
Browse files Browse the repository at this point in the history
  • Loading branch information
juliahayward committed Jul 16, 2020
1 parent 28ef502 commit b157e48
Showing 1 changed file with 0 additions and 11 deletions.
Expand Up @@ -291,17 +291,6 @@ public final void ensureSupported() {

ensureDatabaseNotOlderThanOtherwiseRecommendUpgradeToFlywayEdition("5.7", org.flywaydb.core.internal.license.Edition.ENTERPRISE);




if (JdbcUtils.getDriverName(jdbcMetaData).contains("MariaDB")) {
LOG.warn("You are connected to a MySQL " + getVersion() + " database using the MariaDB driver." +
" This is known to cause issues." +
" An upgrade to Oracle's MySQL JDBC driver is highly recommended.");
}



recommendFlywayUpgradeIfNecessary("8.0");
}
}
Expand Down

0 comments on commit b157e48

Please sign in to comment.