Class MySqlJdbcUrlHealthCheck

All Implemented Interfaces:
HealthCheck

public class MySqlJdbcUrlHealthCheck extends HealthCheckTemplate
If Confluence 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 raise either a WARNING or an ERROR event.
Since:
6.11