aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/errors.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/errors.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/errors.rb')
-rw-r--r--activerecord/lib/active_record/errors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/errors.rb b/activerecord/lib/active_record/errors.rb
index 1cd2c2ef8c..e5906b6756 100644
--- a/activerecord/lib/active_record/errors.rb
+++ b/activerecord/lib/active_record/errors.rb
@@ -272,7 +272,7 @@ module ActiveRecord
# * You are joining an existing open transaction
# * You are creating a nested (savepoint) transaction
#
- # The mysql, mysql2 and postgresql adapters support setting the transaction isolation level.
+ # The mysql2 and postgresql adapters support setting the transaction isolation level.
class TransactionIsolationError < ActiveRecordError
end
end