提交 57989c58 编写于 作者: R Rafael Mendonça França

Merge pull request #21112 from kamipo/fix_mysql2_version

Should use `server_info[:version]` instead of `info[:version]`
......@@ -254,7 +254,7 @@ def configure_connection
end
def full_version
@full_version ||= @connection.info[:version]
@full_version ||= @connection.server_info[:version]
end
def set_field_encoding field_name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册