If I inspect the DB version information from within PHP, MariaDB returns an extra set of version numbers at the front of its version string.
>>> DB::connection()->getPdo()->getAttribute(PDO::ATTR_SERVER_VERSION);
=> "5.5.5-10.2.20-MariaDB-1:10.2.20+maria~bionic"
What does the 5.5.5
represent?