Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjaouen committed Aug 23, 2022
1 parent bf89b74 commit 149eaaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/class/centreon-partition/partEngine.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,8 @@ public function isCompatible($db)
}
$dbResult->closeCursor();

if (stristr($dbType, "MySQL")
if (
stristr($dbType, "MySQL")
|| stristr($dbType, "Source distribution")
&& (version_compare($dbVersion, '8.0.0', '>='))
) {
Expand Down

0 comments on commit 149eaaf

Please sign in to comment.