Class MySqlJdbcUrlHealthCheck

All Implemented Interfaces:
HealthCheck

public class MySqlJdbcUrlHealthCheck extends HealthCheckTemplate
If JIRA is using MySQL, this HealthCheck checks whether the JDBC URL contains the deprecated parameter 'storage_engine'. If the parameter is there, we check whether the DB works (i.e. MySQL is old enough that that parameter is only deprecated) and either log a warning or raise an ERROR event.
Since:
7.4