aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/locking
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/locking
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/locking')
-rw-r--r--activerecord/lib/active_record/locking/pessimistic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/locking/pessimistic.rb b/activerecord/lib/active_record/locking/pessimistic.rb
index 3d95c54ef3..8ecdf76b72 100644
--- a/activerecord/lib/active_record/locking/pessimistic.rb
+++ b/activerecord/lib/active_record/locking/pessimistic.rb
@@ -51,7 +51,7 @@ module ActiveRecord
# end
#
# Database-specific information on row locking:
- # MySQL: http://dev.mysql.com/doc/refman/5.6/en/innodb-locking-reads.html
+ # MySQL: http://dev.mysql.com/doc/refman/5.7/en/innodb-locking-reads.html
# PostgreSQL: http://www.postgresql.org/docs/current/interactive/sql-select.html#SQL-FOR-UPDATE-SHARE
module Pessimistic
# Obtain a row lock on this record. Reloads the record to obtain the requested