When using commonDatabaseName
from JdbcUtils
to obtain the common db name for "MariaDB" it returns "MySql".
https://github.com/spring-projects/spring-framework/blob/main/spring-jdbc/src/main/java/org/springframework/jdbc/support/JdbcUtils.java#L458-L461
With MariaDB 5.5 and below this works. But with MariaDB 10.0+ the db's no longer align with some of their behaviors. Should commonDatabaseName
return "MariaDB"?
Comment From: snicoll
Duplicate of #28305