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.

Phuong

Re: Misleading on system diagnostics

@joe: Most new Debian and other distros are now defaulting to MariaDB. Verify and commit the above.

Re: Misleading on system diagnostics

Willdo later.

Joe

Re: Misleading on system diagnostics

Committed to Repo.

/Joe