[Phpmyadmin-devel] PMA_MYSQL_INT_VERSION and MariaDB

Isaac Bennetch bennetch at gmail.com
Fri May 29 16:20:49 CEST 2015


I'm having a little trouble testing for a particular version.

It's easy to test for MySQL:

>  if (PMA_MYSQL_INT_VERSION < 50603) {

But I also need to test for MariaDB version 10.0.12. I don't see a
constant PMA_MARIADB like there is PMA_DRIZZLE so I'm stuck on how to
test for a specific MariaDB version. Any hints?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: OpenPGP digital signature
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20150529/b5405243/attachment.sig>


More information about the Developers mailing list