aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/locking
diff options
context:
space:
mode:
authoramitkumarsuroliya <amitkumarsuroliya@gmail.com>2015-05-20 12:53:01 +0530
committeramitkumarsuroliya <amitkumarsuroliya@gmail.com>2015-09-10 07:38:18 +0530
commit08c0ef777f29048ca3e22e2b86c53bd3790c74fc (patch)
tree27885bd01525c190ccbe15d5b5f0018d143c66d4 /activerecord/lib/active_record/locking
parent0f40becce055d236067e8d656107d98ca20a0614 (diff)
downloadrails-08c0ef777f29048ca3e22e2b86c53bd3790c74fc.tar.gz
rails-08c0ef777f29048ca3e22e2b86c53bd3790c74fc.tar.bz2
rails-08c0ef777f29048ca3e22e2b86c53bd3790c74fc.zip
Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci skip]
Bumps from `5.6` to `5.7`
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