https://bugzilla.wikimedia.org/show_bug.cgi?id=28281

Daniel Friesen <mediawiki-b...@nadir-seen-fire.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mediawiki-bugs@nadir-seen-f
                   |                            |ire.com

--- Comment #8 from Daniel Friesen <mediawiki-b...@nadir-seen-fire.com> ---
Yeah it's not just MariaDB, it's also Percona Server (Drizzle doesn't support
mysql's communication protocol so it's not relevant).

The return of VERSION() appears to at least hint what the server type is. We
might just want to try and extract which server type it is out of that then
look up a hardcoded list of MySQL derived server types and their urls.

Creating a subclass for MariaDB doesn't really sound like a great idea. That
could make things turn into a mess if we decide to slowly ease into migrating
from the mysql_* functions to MySQLi or PDO by creating something like a
Database_MySQLi subclass.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to