aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/transactions.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-09-13 03:46:25 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-09-13 03:46:25 -0300
commit65f189da2d3a91ffc73673190fbc39012dbbcfc2 (patch)
tree25ed5722518b9f4ed86e3e104b2a0fc2f16e301c /activerecord/lib/active_record/transactions.rb
parentf3ff72bc7728f1df3dc25d88f4c2c8afa998751c (diff)
parent08c0ef777f29048ca3e22e2b86c53bd3790c74fc (diff)
downloadrails-65f189da2d3a91ffc73673190fbc39012dbbcfc2.tar.gz
rails-65f189da2d3a91ffc73673190fbc39012dbbcfc2.tar.bz2
rails-65f189da2d3a91ffc73673190fbc39012dbbcfc2.zip
Merge pull request #21568 from amitsuroliya/mysql_version_update
Updated MySQL documentation link to MySQL latest version 5.7 everywhe…
Diffstat (limited to 'activerecord/lib/active_record/transactions.rb')
-rw-r--r--activerecord/lib/active_record/transactions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/transactions.rb b/activerecord/lib/active_record/transactions.rb
index 887d7a5903..4a569fc242 100644
--- a/activerecord/lib/active_record/transactions.rb
+++ b/activerecord/lib/active_record/transactions.rb
@@ -167,7 +167,7 @@ module ActiveRecord
# writing, the only database that we're aware of that supports true nested
# transactions, is MS-SQL. Because of this, Active Record emulates nested
# transactions by using savepoints on MySQL and PostgreSQL. See
- # http://dev.mysql.com/doc/refman/5.6/en/savepoint.html
+ # http://dev.mysql.com/doc/refman/5.7/en/savepoint.html
# for more information about savepoints.
#
# === Callbacks