Topic: Misleading on system diagnostics
System show the red comment Upgrade MySQL server to version at least 4.1 while my database version is 10.1.28-MariaDB.
I think all versions of MariaDB are ok for FA so line 27 of system_test.inc needs to be changed to:
$test['result'] = $test['test']>='4.1' || explode('-', $test['test'])[1] == 'MariaDB';
To avoid the user's misread.