Skip to content

Commit

Permalink
Update src/test/java/io/asyncer/r2dbc/mysql/IntegrationTestSupport.java
Browse files Browse the repository at this point in the history
Co-authored-by: Mirro Mutth <[email protected]>
Signed-off-by: jchrys <[email protected]>
  • Loading branch information
jchrys and mirromutth authored Jan 22, 2024
1 parent c8138cf commit 8bff5c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ boolean envIsLessThanMySql574OrMariaDb102() {
String type = System.getProperty("test.db.type");

if ("mariadb".equalsIgnoreCase(type)) {
return ver.isLessThan(ServerVersion.create(10, 2, 0));
return ver.isLessThan(ServerVersion.create(10, 1, 1));
}

return ver.isLessThan(ServerVersion.create(5, 7, 4));
Expand Down

0 comments on commit 8bff5c1

Please sign in to comment.