in reply to DBD::MariaDB or DBD::Mysql

choroba gave a lightning talk at YAPC::EU 2018 in Glasgow on DBD::MariaDB explaining some of the differences: Video Link, Slides

Replies are listed 'Best First'.
Re^2: DBD::MariaDB or DBD::Mysql
by ikegami (Patriarch) on Oct 14, 2018 at 14:29 UTC

    Sounds like

    • DBD::MariaDB fixes SSL issues (which may or may not still be present in DBD::mysql)
    • DBD::MariaDB fixes issues with character encodings that can't be fixed in DBD::mysql without causing existing code to break.[1]

    1. Well, so that slides claim. It seems to me a flag to the constructor could also do the trick, but that might have led to very complex code.