Re: DBD::mysql against mariadb client
Darren Duncan <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel,gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
On 2013.10.14 11:32 PM, Michiel Beijen wrote: > One of the ideas Patrick has (the DBD::mysql maintainer) is to bundle > the MariaDB libs with the DBD::mysql driver in the future, so all or > most DBD::mysql users have the same C libs. That's an interesting thought. It would then make DBD::mysql more like DBD::SQLite, in that you can install a complete working MySQL-flavors driver for Perl without separately having to install any MySQL-flavor client library/package. This also means that every time there is a new independent release of the bundled client libs, a corresponding DBD::mysql version should come out ASAP after so the Perl users are up to date. -- Darren Duncan