• R
    Fix extracting MariaDB version · 3b1caef6
    Ryuta Kamizono 提交于
    Currently `version` method always returns `5.5.5` because the
    `full_version` is `5.5.5-10.x.y-MariaDB...` since MariaDB 10.x.
    It should be ignored if the prefix is `5.5.5-`.
    3b1caef6
abstract_mysql_adapter.rb 30.4 KB