full_version()
Returns the full version of the connected MySQL server.
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 478 def full_version @full_version ||= @connection.server_info end