aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_handling.rb
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-12-20 18:44:26 -0700
committerSean Griffin <sean@seantheprogrammer.com>2015-12-20 18:44:26 -0700
commit560995884128a1651d3efee99fcce67e8f88d8c5 (patch)
treea1c908f353b10cdcf0d554f7cefbaf7ce0421cfc /activerecord/lib/active_record/connection_handling.rb
parent249e943a0d25f0014e14e52454e01205c9537019 (diff)
parentaf9878d6405c43f46c0b1dd65df788a2b1194ce0 (diff)
downloadrails-560995884128a1651d3efee99fcce67e8f88d8c5.tar.gz
rails-560995884128a1651d3efee99fcce67e8f88d8c5.tar.bz2
rails-560995884128a1651d3efee99fcce67e8f88d8c5.zip
Merge pull request #22715 from kamipo/remove_mysql_adapter
Remove legacy mysql adapter
Diffstat (limited to 'activerecord/lib/active_record/connection_handling.rb')
-rw-r--r--activerecord/lib/active_record/connection_handling.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_handling.rb b/activerecord/lib/active_record/connection_handling.rb
index aedef54928..a8b3d03ba5 100644
--- a/activerecord/lib/active_record/connection_handling.rb
+++ b/activerecord/lib/active_record/connection_handling.rb
@@ -8,7 +8,7 @@ module ActiveRecord
# example for regular databases (MySQL, PostgreSQL, etc):
#
# ActiveRecord::Base.establish_connection(
- # adapter: "mysql",
+ # adapter: "mysql2",
# host: "localhost",
# username: "myuser",
# password: "mypass",