From 3523144ea48b16ab2981c5ac82e0b9d87bf20921 Mon Sep 17 00:00:00 2001 From: Ayose Date: Wed, 1 Jun 2011 08:47:06 -0700 Subject: The URL http://dev.mysql.com/doc/refman/5.0/en/savepoints.html is no longer available --- activerecord/lib/active_record/transactions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') 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 -- cgit v1.2.3