DatabaseMysqlBase: Remove broken check for Percona Server
authorKevin Israel <pleasestand@live.com>
Thu, 16 Jan 2014 07:18:36 +0000 (02:18 -0500)
committerKevin Israel <pleasestand@live.com>
Sat, 22 Mar 2014 00:17:08 +0000 (20:17 -0400)
commitf67543df067506b142b706333e1974bebcd48802
treec9e86a0479aac6d2ce1551d5d8901fc45b3dd97d
parentc59a60aeccf095675262739e07b7d1c34f8185e9
DatabaseMysqlBase: Remove broken check for Percona Server

Percona Server does not include its name in its version suffix.
It would be possible to check for precompiled versions of the
product using the version_comment variable, though not third-
party builds from its source code (which are merely indicated
as "Source distribution").

Given that even Percona itself does not distinguish between
Percona Server and MySQL in their version of the mysql command-
line client, I have chosen simply to remove the broken check.

I have also made the check for MariaDB consistent with that
in its version of mysql (by also checking for the old suffix
"-maria-").

Follows-up 0eab1ace67e7.

Change-Id: I62c3949b775a38f28f09568ebb28af2adb9be69b
includes/db/DatabaseMysqlBase.php