aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorAyose <setepo@gmail.com>2011-06-01 08:47:06 -0700
committerAyose <setepo@gmail.com>2011-06-01 08:47:06 -0700
commit3523144ea48b16ab2981c5ac82e0b9d87bf20921 (patch)
tree55a9a756e7b77f2c613ff27c2957269c8a8c5ed8 /activerecord/lib
parent90887cbb355f583931cba70adc460b88fca7395f (diff)
downloadrails-3523144ea48b16ab2981c5ac82e0b9d87bf20921.tar.gz
rails-3523144ea48b16ab2981c5ac82e0b9d87bf20921.tar.bz2
rails-3523144ea48b16ab2981c5ac82e0b9d87bf20921.zip
The URL http://dev.mysql.com/doc/refman/5.0/en/savepoints.html is no longer available
Diffstat (limited to 'activerecord/lib')
-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 d363f36108..334daf139a 100644
--- a/activerecord/lib/active_record/transactions.rb
+++ b/activerecord/lib/active_record/transactions.rb
@@ -165,7 +165,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.0/en/savepoints.html
+ # http://en.wikipedia.org/wiki/Savepoint
# for more information about savepoints.
#
# === Callbacks